summaryrefslogtreecommitdiffstats
path: root/htanks.cabal
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2010-04-07 13:28:38 +0200
committerMatthias Schiffer <matthias@gamezock.de>2010-04-07 13:28:38 +0200
commitc0d2d54ea1687a80ff76fa032ad4dc89670d2988 (patch)
treefce2ebd5d0fea025004e666a083fa38207c23663 /htanks.cabal
parent736ad91b328c23287b6065f6dc8f75c424d84b8b (diff)
downloadhtanks-c0d2d54ea1687a80ff76fa032ad4dc89670d2988.tar
htanks-c0d2d54ea1687a80ff76fa032ad4dc89670d2988.zip
Added Wiimote support
Diffstat (limited to 'htanks.cabal')
-rw-r--r--htanks.cabal8
1 files changed, 4 insertions, 4 deletions
diff --git a/htanks.cabal b/htanks.cabal
index 34eb52c..f0a621c 100644
--- a/htanks.cabal
+++ b/htanks.cabal
@@ -7,14 +7,14 @@ license: GPL-3
license-file: LICENSE
author: Matthias Schiffer
maintainer: matthias@gamezock.de
-build-depends: base >= 4, syb, containers, mtl, time, X11, OpenGL
+build-depends: base >= 4, syb, containers, mtl, time, X11, OpenGL, hwiid
build-type: Simple
data-files: tex/*.png
executable: HTanks
hs-source-dirs: src
main-is: HTanks.hs
-other-modules: Collision, CPUPlayer, DefaultPlayer, Game, GLDriver, GLX, Level, MainLoop, Paths_htanks, Player, Render, Simulation, Texture, Debris, Tank,
- Bindings.GLX, Bindings.GLPng
-ghc-options: -threaded -O2
+other-modules: Collision, CPUPlayer, DefaultPlayer, WiimotePlayer, Game, GLDriver, GLX, Level, MainLoop, Paths_htanks, Player, Render, Simulation, Texture, Debris,
+ Tank, Bindings.GLX, Bindings.GLPng
+--ghc-options: -threaded
extra-libraries: glpng