lostcities-0.2: lostcities.cabal
Name: lostcities
Version: 0.2
Cabal-Version: >= 1.2
License: GPL
License-file: LICENSE
Author: Pedro Vasconcelos
Maintainer: pbv@ncc.up.pt
Homepage: http://www.ncc.up.pt/~pbv/stuff/lostcities
Copyright: (c) 2009 Pedro Vasconcelos
Synopsis: An implementation of an adictive two-player card game
Description: Based on the card game designed by Reiner Knizia.
In this implementation you play against the computer.
Build-Type: Simple
Category: Game
Extra-source-files: README
Executable lostcities
Build-Depends: base>=3 && < 4, haskell98, containers, array, mtl, wx >= 0.11, wxcore >= 0.11
Main-Is: Main.hs
Other-modules: Minimax LostCities GUI Utils