gameServer/Utils.hs
changeset 13303 e3613c0d3600
parent 13079 81c154fd4380
child 13418 bb24c3414b0d
equal deleted inserted replaced
13302:6313386c851e 13303:e3613c0d3600
   117             , (50, "0.9.22-dev")
   117             , (50, "0.9.22-dev")
   118             , (51, "0.9.22")
   118             , (51, "0.9.22")
   119             , (52, "0.9.23-dev")
   119             , (52, "0.9.23-dev")
   120             , (53, "0.9.23")
   120             , (53, "0.9.23")
   121             , (54, "0.9.24-dev")
   121             , (54, "0.9.24-dev")
       
   122             , (55, "0.9.24")
       
   123             , (56, "0.9.25-dev")
   122             ]
   124             ]
   123 
   125 
   124 askFromConsole :: B.ByteString -> IO B.ByteString
   126 askFromConsole :: B.ByteString -> IO B.ByteString
   125 askFromConsole msg = do
   127 askFromConsole msg = do
   126     B.putStr msg
   128     B.putStr msg