gameServer/Utils.hs
changeset 15879 4c58b320056c
parent 15878 fc3cb23fd26f
equal deleted inserted replaced
15878:fc3cb23fd26f 15879:4c58b320056c
   122             , (55, "0.9.24")
   122             , (55, "0.9.24")
   123             , (56, "0.9.25-dev")
   123             , (56, "0.9.25-dev")
   124             , (57, "0.9.25")
   124             , (57, "0.9.25")
   125             , (58, "1.0.0-dev")
   125             , (58, "1.0.0-dev")
   126             , (59, "1.0.0")
   126             , (59, "1.0.0")
   127             , (60, "1.0.1-dev")
   127             , (60, "1.1.0-dev")
   128             ]
   128             ]
   129 
   129 
   130 askFromConsole :: B.ByteString -> IO B.ByteString
   130 askFromConsole :: B.ByteString -> IO B.ByteString
   131 askFromConsole msg = do
   131 askFromConsole msg = do
   132     B.putStr msg
   132     B.putStr msg