packages feed

Shu-thing-1.1.4: Shu-thing.cabal

name:                Shu-thing
version:             1.1.4
cabal-version: >= 1.6

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-type:          Simple


source-repository head
    type: git
    location: http://github.com/xpika/shu-thing.git

executable          shu-thing
    main-is:             Shu-thing.hs
    ghc-options:         -O2 -funbox-strict-fields -Wall
    build-depends:       base<1000, GLUT