packages feed

starrover2-0.0.9: starrover2.cabal

Name:           starrover2
Version:        0.0.9
Cabal-Version:  >= 1.6
License:        OtherLicense
License-File:   LICENSE
Author:         Antti Salonen<ajsalonen at gmail dot com>
Maintainer:     Antti Salonen<ajsalonen at gmail dot com>
Copyright:      Antti Salonen 2009
Stability:      Unstable
Homepage:       http://github.com/anttisalonen/starrover2
Category:       Game
Synopsis:       Space simulation game
Description:    Space simulation game.
Build-type:     Simple

data-files: share/DejaVuSans.ttf, share/DejaVuSansMono.ttf

extra-source-files: src/AObject.hs,
                    src/Camera.hs,
                    src/Cargo.hs,
                    src/Collision.hs,
                    src/Combat.hs,
                    src/Entity.hs,
                    src/Main.hs,
                    src/Mission.hs,
                    src/OpenGLUtils.hs,
                    src/Politics.hs,
                    src/SDLUtils.hs,
                    src/Space.hs,
                    src/Statistics.hs,
                    src/TextScreen.hs,
                    src/Tree.hs,
                    src/Universe.hs,
                    src/Utils.hs,
                    src/SpaceState/City.hs,
                    src/SpaceState/Combat.hs,
                    src/SpaceState/Common.hs,
                    src/SpaceState/Difficulty.hs,
                    src/SpaceState/Game.hs,
                    src/SpaceState/Init.hs,
                    src/SpaceState/Input.hs,
                    src/SpaceState/Space.hs

source-repository head
  type:      git
  location:  git://github.com/anttisalonen/starrover2.git

Executable starrover2
  Build-Depends:   base > 3 && < 5, haskell98,
                   OpenGL>=2.1.0.0,
                   mtl>=1.1.0.0,
                   SDL>=0.5.5,
                   EdisonCore>=1.2.1.0,
                   random>=1.0.0.0,
                   FTGL>=1.333,
                   directory>=1.0.0.0,
                   bytestring>=0.9.0.0
  Main-is:         Main.hs
  Hs-Source-Dirs:  src
  Ghc-options:     -Wall -fno-warn-missing-signatures