From d3e50ab004d80943e456aee8e425f69ca3d01d5d Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 9 Mar 2010 02:00:21 +0100 Subject: Migrated from Make to Cabal --- htanks.cabal | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 htanks.cabal (limited to 'htanks.cabal') 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: +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 -- cgit v1.2.3