split GUI into several modules
[hs-pgms.git] / mine.cabal
blob04754aae44465d5affea6b152e6563e552149261
1 Name:          mine
2 Version:       0.0
3 Stability:     experimental
4 Copyright:     (c) 2008 Bertram Felgenhauer
5 License:       BSD3
6 License-File:  LICENSE
7 Synopsis:      Programmer's Mine Sweeper in Haskell
8 Description:
9     This package allows people to code Minesweeper strategies in Haskell
10     and run them in a graphical UI.
11     Inspired by http://www.ccs.neu.edu/home/ramsdell/pgms/index.html.
12 Cabal-Version: >=1.2
13 Build-Type:    Simple
15 Data-Dir:      data
16 Data-Files:    icons.png
18 Executable mine
19     HS-Source-Dirs: src
20     Main-is:        Main.hs
21     Other-Modules:  Mine, SimpleStrat, Strat1, Util,
22                     GUI, GUI.Common, GUI.Config, GUI.Stats
23     Build-Depends:  base, MonadPrompt, array, mtl, random, glib, gtk, directory
24     GHC-Options:    -threaded