summaryrefslogtreecommitdiffstats
path: root/htanks.cabal
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2010-03-09 03:49:15 +0100
committerMatthias Schiffer <matthias@gamezock.de>2010-03-09 03:49:15 +0100
commit7327695ca3d9aee5da1d0bc98572d877dd8c8546 (patch)
treee733714968ae0a041f76b213ffe31cca70ada6fb /htanks.cabal
parent2bb85618366681c7c97f8b36cc85a18c45beb924 (diff)
downloadhtanks-7327695ca3d9aee5da1d0bc98572d877dd8c8546.tar
htanks-7327695ca3d9aee5da1d0bc98572d877dd8c8546.zip
Moved source files to src directory
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 847d937..0a705e9 100644
--- a/htanks.cabal
+++ b/htanks.cabal
@@ -9,10 +9,11 @@ author: Matthias Schiffer
maintainer: matthias@gamezock.de
build-depends: base >= 4, syb, containers, mtl, time, X11, OpenGL
build-type: Simple
-data-files: tex/Bullet.png, tex/Cannon.png, tex/Tank.png, tex/Wood.png
+data-files: tex/*.png
executable: HTanks
+hs-source-dirs: src
main-is: HTanks.hs
-other-modules: Bindings.GLX, Bindings.GLPng
+other-modules: CPUPlayer, DefaultPlayer, Game, GLDriver, GLX, Level, Paths_htanks, Player, Render, Texture, Bindings.GLX, Bindings.GLPng
ghc-options: -threaded
extra-libraries: glpng