gameServer/hedgewars-server.hs
changeset 2348 b39d826e1ccd
parent 2296 19f2f76dc346
child 2349 ba7a0813c532
equal deleted inserted replaced
2347:3c25c1f6180e 2348:b39d826e1ccd
     1 {-# LANGUAGE CPP, ScopedTypeVariables, PatternSignatures #-}
     1 {-# LANGUAGE CPP, ScopedTypeVariables #-}
     2 
     2 
     3 module Main where
     3 module Main where
     4 
     4 
     5 import Network.Socket
     5 import Network.Socket
     6 import qualified Network
     6 import qualified Network