-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwxAsteroids.cabal
36 lines (32 loc) · 1.13 KB
/
wxAsteroids.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
Name: wxAsteroids
Synopsis: Try to avoid the asteroids with your space ship
Description:
The Asteroids game, using the wxHaskell GUI, as described in
\"wxHaskell, A Portable and Concise GUI Library for Haskell\"
<https://wiki.haskell.org/wikiupload/6/65/Wxhaskell.pdf>
Homepage: https://wiki.haskell.org/WxAsteroids
Version: 1.1.0.1
License: BSD3
License-file: LICENSE.txt
Author: Daan Leijen
Maintainer: wxHaskell developer mailing list <[email protected]>
Stability: Stable
Cabal-Version: >= 1.6
Build-type: Simple
Category: Game
Tested-with: GHC == 6.10.1, GHC == 7.6.3, GHC == 7.10.2
Extra-Source-Files:
README.md
CHANGELOG.md
Other-modules:
Paths_wxAsteroids
Data-dir: .
Data-files: rock.ico, burning.ico, ship.ico, explode.wav
Executable wxAsteroids
Build-Depends: base < 5, directory, random, wxcore, wx > 0.90
Main-Is: Asteroids.lhs
if os(mingw32)
GHC-Options: "-optl-mwindows"
Source-repository head
type: git
location: https://github.com/wxHaskell/wxAsteroids