gameServer/CMakeLists.txt
changeset 11838 8f730ba4ca3c
parent 10109 91d126fbd7bd
child 11854 0b8f2116aa26
equal deleted inserted replaced
11837:c05e8453206a 11838:8f730ba4ca3c
     7 
     7 
     8 check_haskell_module_exists("Control.Exception" mask 1 base)
     8 check_haskell_module_exists("Control.Exception" mask 1 base)
     9 check_haskell_module_exists("Data.Map" size 1 containers)
     9 check_haskell_module_exists("Data.Map" size 1 containers)
    10 check_haskell_module_exists("Data.Vector" length 1 vector)
    10 check_haskell_module_exists("Data.Vector" length 1 vector)
    11 check_haskell_module_exists("Data.ByteString" pack 1 bytestring)
    11 check_haskell_module_exists("Data.ByteString" pack 1 bytestring)
    12 check_haskell_module_exists("Text.Show.ByteString" putDigit 1 bytestring-show)
       
    13 check_haskell_module_exists("Network.BSD" getHostName 0 network)
    12 check_haskell_module_exists("Network.BSD" getHostName 0 network)
    14 check_haskell_module_exists("Data.Time" getCurrentTime 0 time)
    13 check_haskell_module_exists("Data.Time" getCurrentTime 0 time)
    15 check_haskell_module_exists("Control.Monad.State" fix 1 mtl)
    14 check_haskell_module_exists("Control.Monad.State" fix 1 mtl)
    16 check_haskell_module_exists("Codec.Binary.Base64" encode 1 dataenc)
    15 check_haskell_module_exists("Codec.Binary.Base64" encode 1 dataenc)
    17 check_haskell_module_exists("System.Log.Logger" warningM 1 hslogger)
    16 check_haskell_module_exists("System.Log.Logger" warningM 1 hslogger)