summaryrefslogtreecommitdiffstats
path: root/htanks.cabal
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2010-03-09 22:36:22 +0100
committerMatthias Schiffer <matthias@gamezock.de>2010-03-09 22:36:22 +0100
commite85dc20a4869c91faa3869695d2d19bfe07f9abc (patch)
treeec4c2ae2d5d40c96065782a46fb4f45fc11dbfe1 /htanks.cabal
parentf3d9814ad5e7efe7aa883b1c58b854a574c0cf61 (diff)
downloadhtanks-e85dc20a4869c91faa3869695d2d19bfe07f9abc.tar
htanks-e85dc20a4869c91faa3869695d2d19bfe07f9abc.zip
Nice tank-border collision detection
Diffstat (limited to 'htanks.cabal')
-rw-r--r--htanks.cabal5
1 files changed, 3 insertions, 2 deletions
diff --git a/htanks.cabal b/htanks.cabal
index 053eec7..584e905 100644
--- a/htanks.cabal
+++ b/htanks.cabal
@@ -14,6 +14,7 @@ data-files: tex/*.png
executable: HTanks
hs-source-dirs: src
main-is: HTanks.hs
-other-modules: CPUPlayer, DefaultPlayer, Game, GLDriver, GLX, Level, MainLoop, Paths_htanks, Player, Render, Simulation, Texture, Bindings.GLX, Bindings.GLPng
-ghc-options: -threaded
+other-modules: Collision, CPUPlayer, DefaultPlayer, Game, GLDriver, GLX, Level, MainLoop, Paths_htanks, Player, Render, Simulation, Texture,
+ Bindings.GLX, Bindings.GLPng
+ghc-options: -threaded -O2
extra-libraries: glpng