This repository has been archived on 2025-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
htanks/htanks.cabal

20 lines
828 B
Text
Raw Normal View History

2010-03-09 02:00:21 +01:00
name: htanks
2010-03-09 02:21:39 +01:00
version: 0.1
synopsis: A tank game
description: A tank game similar to Wii Play's Tanks
2010-03-09 02:00:21 +01:00
category: Game
license: GPL-3
license-file: LICENSE
author: Matthias Schiffer
maintainer: matthias@gamezock.de
2010-04-12 02:47:09 +02:00
build-depends: base >= 4, syb, containers, mtl, time, X11, OpenGL, hwiid, obj-model, obj-model-gl
2010-03-09 02:00:21 +01:00
build-type: Simple
2010-04-12 02:47:09 +02:00
data-files: tex/*.png model/*.obj
2010-03-09 02:00:21 +01:00
executable: HTanks
2010-03-09 03:49:15 +01:00
hs-source-dirs: src
2010-03-09 02:00:21 +01:00
main-is: HTanks.hs
2010-04-10 16:25:27 +02:00
other-modules: Collision, CPUPlayer, DefaultPlayer, HWiidPlayer, Game, GLDriver, GLX, Level, MainLoop, Paths_htanks, Player, Render, Simulation, Texture, Debris,
2010-04-12 02:47:09 +02:00
Tank, Model, Bindings.GLX, Bindings.GLPng
2010-03-09 02:00:21 +01:00
extra-libraries: glpng