-
Notifications
You must be signed in to change notification settings - Fork 1
/
GeBoP.cabal
130 lines (125 loc) · 4.31 KB
/
GeBoP.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
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.5
License: BSD3
License-file: LICENSE.txt
Author: Maarten Löffler
Maintainer: wxHaskell developer mailing list <[email protected]>
Stability: Stable
Cabal-Version: >= 1.18
Build-type: Simple
Category: Game
Tested-with: GHC == 7.6.3, GHC == 7.8.3
Extra-Source-Files:
changelog.txt
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
Source-repository head
Type: git
Location: git://github.com/wxHaskell/GeBoP.git
Executable gebop
Default-language: Haskell2010
Build-Depends:
array >= 0.4,
base >= 4.5 && < 5,
directory >= 1.1,
random >= 1.0,
wx >= 0.11,
wxcore
Main-Is: Main.hs
GHC-Options: -Wall -optc-static-libgcc
-- The following can only work, when GeBoP stops printing trace data:
-- if os(mingw32)
-- GHC-Options: "-optl-mwindows"