add README and statistics.
[hs-pgms.git] / mine.cabal
blob8fcd83b4d6840c21ac52e045566b73e1b45bdcde
1 Name:          mine
2 Version:       0.0
3 Stability:     experimental
4 Copyright:     (c) 2008 Bertram Felgenhauer
5 Maintainer:    Bertram Felgenhauer <int-e@gmx.de>
6 Category:      Game
7 License:       BSD3
8 License-File:  LICENSE
9 Synopsis:      Programmer's Mine Sweeper in Haskell
10 Description:
11     This package allows people to code Minesweeper strategies in Haskell
12     and run them in a graphical UI.
14     Inspired by <http://www.ccs.neu.edu/home/ramsdell/pgms/index.html>.
15 Cabal-Version: >=1.2
16 Build-Type:    Simple
18 Data-Dir:      data
19 Data-Files:    icons.png
20 Extra-Source-Files: README, statistics
22 Library
23     HS-Source-Dirs:  src
24     Exposed-Modules: Mine
26 Executable mine
27     HS-Source-Dirs:  src
28     Main-is:         Main.hs
29     Other-Modules:   Mine, SimpleStrat, Strat1, Util,
30                      GUI, GUI.Common, GUI.Config, GUI.Stats
31     Build-Depends:   base, MonadPrompt, array, mtl, random, glib, gtk, directory
32     GHC-Options:     -threaded