gameServer/Utils.hs
branch0.9.19
changeset 9086 77f471657230
parent 8777 cce79a042cfc
child 9109 878f06e9c484
equal deleted inserted replaced
9084:ed8f6cc61884 9086:77f471657230
    88             , (40, "0.9.17-dev")
    88             , (40, "0.9.17-dev")
    89             , (41, "0.9.17")
    89             , (41, "0.9.17")
    90             , (42, "0.9.18-dev")
    90             , (42, "0.9.18-dev")
    91             , (43, "0.9.18")
    91             , (43, "0.9.18")
    92             , (44, "0.9.19-dev")
    92             , (44, "0.9.19-dev")
       
    93             , (45, "0.9.19")
       
    94             , (46, "0.9.20-dev")
    93             ]
    95             ]
    94 
    96 
    95 askFromConsole :: B.ByteString -> IO B.ByteString
    97 askFromConsole :: B.ByteString -> IO B.ByteString
    96 askFromConsole msg = do
    98 askFromConsole msg = do
    97     B.putStr msg
    99     B.putStr msg