gameServer/hedgewars-server.cabal
author unc0rr
Sat, 05 Feb 2011 11:32:15 +0300
changeset 4918 c6d3aec73f93
parent 4904 0eab727d4717
child 4974 078cd026a7b1
permissions -rw-r--r--
Add Unique field to Client structure, and use it to check for matching recieved account status with client

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,
    unix,
    containers,
    array,
    bytestring,
    network-bytestring,
    network,
    time,
    stm,
    mtl,
    dataenc,
    hslogger,
    process,
    deepseq

  ghc-options: -O2