summaryrefslogtreecommitdiffstats
path: root/htanks.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'htanks.cabal')
-rw-r--r--htanks.cabal17
1 files changed, 17 insertions, 0 deletions
diff --git a/htanks.cabal b/htanks.cabal
new file mode 100644
index 0000000..18572b6
--- /dev/null
+++ b/htanks.cabal
@@ -0,0 +1,17 @@
+name: htanks
+version: 0.0
+synopsis: <Project description>
+description: <Project description>
+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
+build-type: Simple
+
+executable: HTanks
+main-is: HTanks.hs
+other-modules: Bindings.GLX, Bindings.GLPng
+ghc-options: -threaded
+extra-libraries: glpng