From c0d2d54ea1687a80ff76fa032ad4dc89670d2988 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 7 Apr 2010 13:28:38 +0200 Subject: Added Wiimote support --- htanks.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'htanks.cabal') diff --git a/htanks.cabal b/htanks.cabal index 34eb52c..f0a621c 100644 --- a/htanks.cabal +++ b/htanks.cabal @@ -7,14 +7,14 @@ license: GPL-3 license-file: LICENSE author: Matthias Schiffer maintainer: matthias@gamezock.de -build-depends: base >= 4, syb, containers, mtl, time, X11, OpenGL +build-depends: base >= 4, syb, containers, mtl, time, X11, OpenGL, hwiid build-type: Simple data-files: tex/*.png executable: HTanks hs-source-dirs: src main-is: HTanks.hs -other-modules: Collision, CPUPlayer, DefaultPlayer, Game, GLDriver, GLX, Level, MainLoop, Paths_htanks, Player, Render, Simulation, Texture, Debris, Tank, - Bindings.GLX, Bindings.GLPng -ghc-options: -threaded -O2 +other-modules: Collision, CPUPlayer, DefaultPlayer, WiimotePlayer, Game, GLDriver, GLX, Level, MainLoop, Paths_htanks, Player, Render, Simulation, Texture, Debris, + Tank, Bindings.GLX, Bindings.GLPng +--ghc-options: -threaded extra-libraries: glpng -- cgit v1.2.3