GeBoP-1.7: GeBoP.cabal
Name: GeBoP
Synopsis: Several games
Description:
The games: Ataxx, Bamp, Halma, Hez, Kram, Nim, Reversi, TicTacToe, and Zenix
Homepage: http://www.haskell.org/haskellwiki/GeBoP
Version: 1.7
License: BSD3
License-file: LICENSE.txt
Author: Maarten Löffler
Maintainer: Maarten Löffler <loffler@cs.uu.nl>
Stability: Stable
Cabal-Version: >= 1.2
Build-type: Simple
Category: Game
Tested-with: GHC == 6.10.4
Extra-Source-Files:
readme.txt,
Ataxx.hs,
Bamp.hs,
Game.hs,
GUI.hs,
Halma.hs,
Hex.hs,
HSL.hs,
Inf.hs,
Kram.hs,
Nim.hs,
Reversi.hs,
TicTacToe.hs,
Tools.hs,
Zenix.hs
Data-dir: .
Data-files: gebop.ico,
brain.ico,
images/blue.bmp,
images/blue_mask.bmp,
images/brain.bmp,
images/brain_mask.bmp,
images/brown.bmp,
images/brown_mask.bmp,
images/computer.bmp,
images/computer_mask.bmp,
images/empty.bmp,
images/empty_mask.bmp,
images/gebop.bmp,
images/green.bmp,
images/green_mask.bmp,
images/grey.bmp,
images/grey_mask.bmp,
images/high_blue.bmp,
images/high_brown.bmp,
images/high_green.bmp,
images/high_grey.bmp,
images/high_purple.bmp,
images/high_red.bmp,
images/high_small_blue.bmp,
images/high_small_brown.bmp,
images/high_small_green.bmp,
images/high_small_grey.bmp,
images/high_small_purple.bmp,
images/high_small_red.bmp,
images/human.bmp,
images/human_mask.bmp,
images/marble.bmp,
images/purple.bmp,
images/purple_mask.bmp,
images/red.bmp,
images/red_mask.bmp,
images/small_blue.bmp,
images/small_blue_mask.bmp,
images/small_brain.bmp,
images/small_brain_mask.bmp,
images/small_brown.bmp,
images/small_brown_mask.bmp,
images/small_green.bmp,
images/small_green_mask.bmp,
images/small_grey.bmp,
images/small_grey_mask.bmp,
images/small_purple.bmp,
images/small_purple_mask.bmp,
images/small_red.bmp,
images/small_red_mask.bmp,
images/turn.bmp,
images/turn_mask.bmp,
images/winner.bmp,
images/winner_mask.bmp
help/brain.html
help/gebop.bmp
help/index.html
help/info_ataxx.html
help/info_bamp.html
help/info_halma.html
help/info_hex.html
help/info_kram.html
help/info_nim.html
help/info_reversi.html
help/info_tictactoe.html
help/info_zenix.html
help/rules_ataxx.html
help/rules_bamp.html
help/rules_halma.html
help/rules_hex.html
help/rules_kram.html
help/rules_nim.html
help/rules_reversi.html
help/rules_tictactoe.html
help/rules_zenix.html
Executable gebop
Build-Depends:
base < 3.1,
wxcore >= 0.11 && < 0.12,
wx >= 0.11 && < 0.12,
haskell98 < 1.1,
directory < 1.1
Main-Is: Main.hs
-- The following can only work, when GeBoP stops printing trace data:
-- if os(mingw32)
-- GHC-Options: "-optl-mwindows"