add simple UI, and a license file.
[hs-pgms.git] / mine.cabal
blob9fdcdb311751b4ab55daf2303764aa37a6c6b308
1 Cabal-Version: >=1.2
2 Name:          mine
3 Version:       0.0
4 Stability:     experimental
5 Copyright:     (c) 2008 Bertram Felgenhauer
6 License:       BSD3
7 License-File:  LICENSE
8 Synopsis:      Programmer's Mine Sweeper in Haskell
9 Description:
10     This package allows people to code Minesweeper strategies in Haskell
11     and run them in a graphical UI.
12     Inspired by http://www.ccs.neu.edu/home/ramsdell/pgms/index.html.
14 Data-Files:    data/icons.png
16 Executable mine
17     HS-Source-Dirs: src
18     Main-is:        Main.hs
19     Other-Modules:  Mine, SimpleStrat, Strat1
20     Build-Depends:  base, MonadPrompt, array, mtl, random, glib, gtk, directory