gameServer/hedgewars-server.cabal
changeset 13418 bb24c3414b0d
parent 12864 73ebc894a725
child 13506 36f3f77e9b1b
equal deleted inserted replaced
13417:8d7d48736184 13418:bb24c3414b0d
    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.6,
    37     regex-tdfa,
    37     regex-tdfa,
    38     binary >= 0.8.5.1
    38     binary >= 0.8.5.1,
       
    39     yaml >= 0.8.30,
       
    40     aeson,
       
    41     text >= 1.2
    39 
    42 
    40   if !os(windows)
    43   if !os(windows)
    41     build-depends: unix
    44     build-depends: unix
    42 
    45 
    43   ghc-options: -O2
    46   ghc-options: -O2