forked from ivanperez-keera/SpaceInvaders
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SpaceInvaders.cabal
37 lines (35 loc) · 867 Bytes
/
SpaceInvaders.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
name: SpaceInvaders
version: 0.4.4
cabal-Version: >= 1.6
license: BSD3
license-file: LICENSE
author: Henrik Nilsson, Antony Courtney
maintainer: Ivan Perez <ivan.perez@keera.co.uk>
homepage: http://www.haskell.org/yampa/
category: Game
synopsis: Video game
description: Video game implemented in Yampa.
build-type: Simple
executable spaceInvaders
hs-source-dirs: src
ghc-options : -threaded -O3 -Wall -fno-warn-name-shadowing
build-Depends: base >= 3 && < 5, array, random, HGL, Yampa >= 0.9.2
main-is: Main.hs
Extensions: Arrows
Other-Modules:
Animate
ColorBindings
Colors
Command
Diagnostics
IdentityList
Object
ObjectBehavior
Parser
PhysicalDimensions
RenderLandscape
RenderObject
WorldGeometry
source-repository head
type: git
location: git://github.com/ivanperez-keera/SpaceInvaders.git