name: roguestar version: 0.6.0.1 cabal-version: >=1.2 license: OtherLicense license-file: LICENSE author: Christopher Lane Hinson maintainer: Christopher Lane Hinson category: Game synopsis: Sci-fi roguelike game. Client application. description: Requires roguestar-engine and roguestar-glut. homepage: http://roguestar.downstairspeople.org/ build-type: Simple tested-with: GHC==6.12.1 Executable roguestar main-is: Main.hs hs-source-dirs: src build-depends: base >=4 && <5, process, old-time, bytestring, filepath, directory ghc-options: -threaded