gameServer/hedgewars-server.cabal
author koda
Sat, 26 Nov 2011 17:47:55 +0100
changeset 6441 9e5a3b2a3c38
parent 6191 190a8e5d9956
child 7751 8c7f5c43ea5e
permissions -rw-r--r--
raise the minimum qt version required to 4.6; this was needed as the new animation frameworks were absent in 4.5 and lower

Name:                hedgewars-server
Version:             0.1
Synopsis:            hedgewars server
Description:         hedgewars server
Homepage:            http://www.hedgewars.org/
License:             GPL-2
Author:              unC0Rr
Maintainer:          unC0Rr@hedgewars.org
Category:            Game
Build-type:          Simple
Cabal-version:       >=1.2


Executable hedgewars-server
  main-is: hedgewars-server.hs

  Build-depends:
    base >= 4.3,
    unix,
    containers,
    array,
    bytestring,
    bytestring-show,
    network >= 2.3,
    time,
    mtl >= 2,
    dataenc,
    hslogger,
    process,
    deepseq,
    utf8-string

  ghc-options: -O2