packages feed

hstzaar-0.9.2: hstzaar.cabal

name:    hstzaar
version: 0.9.2

category: Game

synopsis: A two player abstract strategy game.

description:
  HsTZAAR is an implementation of TZAAR ((c) 2007 Kris Brum),
  a two player abstract strategy game played on a hexagonal board.
  TZAAR is the the last game in the GIPF game series.
  This program is based on the (retired) htzaar implementation
  by Tom Hawkins <tomahawkins@gmail.com>.

author:     Pedro Vasconcelos <pbv@dcc.fc.up.pt>
maintainer: Pedro Vasconcelos <pbv@dcc.fc.up.pt>

license:      BSD3
license-file: LICENSE

homepage: http://www.dcc.fc.up.pt/~pbv/stuff/hstzaar

build-type:    Simple
cabal-version: >= 1.6
data-files:    hstzaar.glade

extra-source-files:
  RELEASE-NOTES 

executable hstzaar
  hs-source-dirs:   src
  main-is:          Main.hs
  other-modules:    GUI Serialize Board AI AI.Gametree AI.Eval AI.Minimax Tournament Tests
  build-depends:
    base >= 4 && <5,
    filepath >= 1.1,
    directory >= 1.0,
    containers,
    parallel >= 2.0,
    gtk        >=0.11, 
    cairo      >= 0.11, 
    glade      >= 0.11,
    random     >= 1.0.0   && < 1.1,
    QuickCheck >= 2.1,
    xml >= 1.3

 ghc-options: -threaded -rtsopts 
 ghc-prof-options: -prof -auto-all