gameServer/Utils.hs
changeset 14353 5cc671f988e7
parent 14287 9f0d81213d65
child 15445 88770c206c31
equal deleted inserted replaced
14352:2ba1f4a971ca 14353:5cc671f988e7
   123             , (52, "0.9.23-dev")
   123             , (52, "0.9.23-dev")
   124             , (53, "0.9.23")
   124             , (53, "0.9.23")
   125             , (54, "0.9.24-dev")
   125             , (54, "0.9.24-dev")
   126             , (55, "0.9.24")
   126             , (55, "0.9.24")
   127             , (56, "0.9.25-dev")
   127             , (56, "0.9.25-dev")
       
   128             , (57, "0.9.25")
       
   129             , (58, "1.0.0-dev")
   128             ]
   130             ]
   129 
   131 
   130 askFromConsole :: B.ByteString -> IO B.ByteString
   132 askFromConsole :: B.ByteString -> IO B.ByteString
   131 askFromConsole msg = do
   133 askFromConsole msg = do
   132     B.putStr msg
   134     B.putStr msg