hsdip-0.1: hsdip.cabal
name: hsdip
version: 0.1
synopsis: hsdip - a Diplomacy parser/renderer
Stability: Experimental
category: System
license: BSD3
license-file: LICENSE
author: Evan Martin
maintainer: Evan Martin <martine@danga.com>
homepage: http://neugierig.org/software/darcs/hsdip/
tested-with: GHC==6.8.2
Cabal-Version: >= 1.2
build-type: Simple
data-files: README, html/index.html, data/conf, data/game/1/s1902r,
data/game/1/1901-0-start, data/game/1/f1902m, data/game/1/1901-3-w1901a,
data/game/1/w1902a, data/game/1/1901-2-f1901m, data/game/1/1901-1-s1901m,
data/game/1/s1902m, data/game/2/full,
data/game/2/1901-2-f1901m, data/game/2/1901-1-s1901m, data/map.png
extra-source-files: test/Test.hs, test/ConfTest.hs
Library
build-depends: base>3, containers, parsec, HUnit, cairo
hs-source-dirs: src
ghc-options: -O2 -Wall -optl-Wl,-s
ghc-prof-options: -prof -auto-all
Exposed-modules: Conf, Diplomacy, JudgeParser, Render
Executable hsdip
executable: hsdip
main-is: Main.hs
hs-source-dirs: src
ghc-options: -O2 -Wall -optl-Wl,-s
ghc-prof-options: -prof -auto-al