packages feed

Shu-thing-1.1.3: Shu-thing.cabal

name:                Shu-thing
version:             1.1.3

license:             BSD3
license-file:        LICENSE
author:              Hideyuki Tanaka & Takayuki Muranushi
maintainer:          Takayuki Muranushi <muranushi@gmail.com>, <gwern0@gmail.com>, Alan Hawkins <hawk.alan@gmail.com>

stability:           Stable
category:            Game
synopsis:            A vector shooter game
description:         A 2-D vector graphics upwards-scrolling keyboard-controlled shooter.
                     You shoot the enemies while dodging their bullets until you reach and defeat the enemy boss.
                     .
                     Darcs repo available at <http://code.haskell.org/shu-thing/>.
homepage:            http://www.geocities.jp/takascience/index_en.html

build-depends:       base<1000, GLUT

build-type:          Simple
tested-with:         GHC==6.8.2

executable:          shu-thing
main-is:             Shu-thing.hs
ghc-options:         -O2 -funbox-strict-fields -Wall
ghc-prof-options:    -prof -auto-all