From 7327695ca3d9aee5da1d0bc98572d877dd8c8546 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 9 Mar 2010 03:49:15 +0100 Subject: Moved source files to src directory --- htanks.cabal | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'htanks.cabal') 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 -- cgit v1.2.3