gameServer/CMakeLists.txt
changeset 11855 ad435d95ca4b
parent 11854 0b8f2116aa26
child 13291 31615a2e0db1
equal deleted inserted replaced
11854:0b8f2116aa26 11855:ad435d95ca4b
    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("Network.BSD" getHostName 0 network)
    12 check_haskell_module_exists("Network.BSD" getHostName 0 network)
    13 check_haskell_module_exists("Data.Time" getCurrentTime 0 time)
    13 check_haskell_module_exists("Data.Time" getCurrentTime 0 time)
    14 check_haskell_module_exists("Control.Monad.State" fix 1 mtl)
    14 check_haskell_module_exists("Control.Monad.State" fix 1 mtl)
    15 check_haskell_module_exists("Codec.Binary.Base64" encode 1 dataenc)
    15 check_haskell_module_exists("Codec.Binary.Base64" encode 1 sandi)
    16 check_haskell_module_exists("System.Log.Logger" warningM 1 hslogger)
    16 check_haskell_module_exists("System.Log.Logger" warningM 1 hslogger)
    17 check_haskell_module_exists("System.Process" createProcess 3 process)
    17 check_haskell_module_exists("System.Process" createProcess 3 process)
    18 check_haskell_module_exists("Data.ByteString.Lazy.UTF8" decode 1 utf8-string)
    18 check_haskell_module_exists("Data.ByteString.Lazy.UTF8" decode 1 utf8-string)
    19 check_haskell_module_exists("Data.Digest.Pure.SHA" sha1 1 SHA)
    19 check_haskell_module_exists("Data.Digest.Pure.SHA" sha1 1 SHA)
    20 check_haskell_module_exists("System.Entropy" openHandle 0 entropy)
    20 check_haskell_module_exists("System.Entropy" openHandle 0 entropy)