summaryrefslogtreecommitdiffstats
path: root/htanks.cabal
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2010-03-09 02:21:39 +0100
committerMatthias Schiffer <matthias@gamezock.de>2010-03-09 02:21:39 +0100
commitaa00912206351431e931cde0645712c3016edf70 (patch)
treed4d965b33efefd9681a550933e63848abb1d621a /htanks.cabal
parentd3e50ab004d80943e456aee8e425f69ca3d01d5d (diff)
downloadhtanks-aa00912206351431e931cde0645712c3016edf70.tar
htanks-aa00912206351431e931cde0645712c3016edf70.zip
Get texture paths through cabal
Diffstat (limited to 'htanks.cabal')
-rw-r--r--htanks.cabal7
1 files changed, 4 insertions, 3 deletions
diff --git a/htanks.cabal b/htanks.cabal
index 18572b6..847d937 100644
--- a/htanks.cabal
+++ b/htanks.cabal
@@ -1,7 +1,7 @@
name: htanks
-version: 0.0
-synopsis: <Project description>
-description: <Project description>
+version: 0.1
+synopsis: A tank game
+description: A tank game similar to Wii Play's Tanks
category: Game
license: GPL-3
license-file: LICENSE
@@ -9,6 +9,7 @@ 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
executable: HTanks
main-is: HTanks.hs