summaryrefslogtreecommitdiffstats
path: root/htanks.cabal
diff options
context:
space:
mode:
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 7785026..86f8ab1 100644
--- a/htanks.cabal
+++ b/htanks.cabal
@@ -6,14 +6,14 @@ category: Game
license: GPL-3
license-file: LICENSE
author: Matthias Schiffer
-maintainer: matthias@gamezock.de
-build-depends: base >= 4, syb, containers, mtl, time, X11, OpenGL, hwiid, obj-model, obj-model-opengl
+maintainer: mschiffer@universe-factory.net
+build-depends: base >= 4, syb, containers, mtl, time, X11, OpenGL, hwiid, obj-model, obj-model-opengl, fixed-point, vector-space, fixed-point-vector-space
build-type: Simple
data-files: tex/*.png model/*.obj
executable: HTanks
hs-source-dirs: src
main-is: HTanks.hs
-other-modules: Collision, CPUPlayer, DefaultPlayer, HWiidPlayer, Game, GLDriver, GLX, Level, MainLoop, Paths_htanks, Player, Render, Simulation, Texture, Debris,
- Tank, Model, Bindings.GLX, Bindings.GLPng
+other-modules: Collision, CPUPlayer, DefaultPlayer, HWiidPlayer, Game, GLDriver, GLX, Level, MainLoop, Paths_htanks, Player, Render, Simulation, Texture, Transformable, Debris,
+ Tank, Model, Vector, Bindings.GLX, Bindings.GLPng
extra-libraries: glpng