gameServer/hedgewars-server.cabal
author unc0rr
Thu, 20 Mar 2014 17:04:49 +0400
changeset 10208 f04fdb35fc33
parent 10092 a92a4ba39a79
child 10257 649f1231cd70
permissions -rw-r--r--
- Limit outline to leftX/rightX/topY instead of LAND_WIDTH/LAND_HEIGHT - Fix most of templates which could produce self-intersecting polyline as a start for distortion - Fix parsing in templates editor

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,
    containers,
    vector,
    bytestring,
    bytestring-show,
    network >= 2.3,
    random,
    time,
    mtl >= 2,
    dataenc,
    hslogger,
    process,
    deepseq,
    utf8-string,
    SHA,
    entropy,
    zlib

  ghc-options: -O2