gameServer/hedgewars-server.cabal
changeset 13672 8bd973ab9c9c
parent 13506 36f3f77e9b1b
child 13714 9ea58d0134ad
equal deleted inserted replaced
13671:7a31a292fa84 13672:8bd973ab9c9c
    31     process,
    31     process,
    32     deepseq,
    32     deepseq,
    33     utf8-string,
    33     utf8-string,
    34     SHA,
    34     SHA,
    35     entropy,
    35     entropy,
    36     zlib >= 0.5.3 && < 0.6,
    36     zlib >= 0.5.3 && < 0.7,
    37     regex-tdfa,
    37     regex-tdfa,
    38     binary >= 0.8.5.1,
    38     binary >= 0.8.5.1,
    39     yaml >= 0.8.30,
    39     yaml >= 0.8.30,
    40     aeson,
    40     aeson,
    41     text >= 1.2
    41     text >= 1.2
    42 
    42 
    43   if !os(windows)
    43   if !os(windows)
    44     build-depends: unix
    44     build-depends: unix
    45 
    45 
    46   ghc-options: -O2
    46   ghc-options: -O2
       
    47 
       
    48 Executable checker
       
    49   main-is: OfficialServer/checker.hs
       
    50 
       
    51   default-language:    Haskell2010
       
    52 
       
    53   Build-depends:
       
    54     base >= 4.8,
       
    55     containers,
       
    56     vector,
       
    57     bytestring,
       
    58     network >= 2.3,
       
    59     mtl >= 2,
       
    60     sandi,
       
    61     hslogger,
       
    62     process,
       
    63     ConfigFile,
       
    64     directory
       
    65 
       
    66   if !os(windows)
       
    67     build-depends: unix
       
    68 
       
    69   ghc-options: -O2
       
    70 
       
    71 
       
    72