packages feed

htzaar-0.0.0: htzaar.cabal

name:    htzaar
version: 0.0.0

category: Game

synopsis: A two player abstract strategy game.

description:
  Htzaar, an implementation of Tzaar ((c) 2007 Kris Brum), is a two player abstract
  strategy game played on a hexagonal board.  Tzaar is the latest from
  the GIPF game series.

author:     Tom Hawkins <tomahawkins@gmail.com>
maintainer: Tom Hawkins <tomahawkins@gmail.com>

license:      BSD3
license-file: LICENSE

homepage: http://tomahawkins.org

build-type:    Simple
cabal-version: >= 1.6

extra-source-files:
  RELEASE-NOTES

executable htzaar
  hs-source-dirs:   src
  main-is:          Main.hs
  other-modules:
  build-depends:
    base       >= 4       && < 5,
    OpenGL     >= 2.4     && < 2.5,
    SDL        >= 0.5.5   && < 0.6,
    random     >= 1.0.0   && < 1.1
  ghc-options:     -W

source-repository head
    type:     darcs
    location: http://patch-tag.com/r/tomahawkins/htzaar/pullrepo