packages feed

HPong-0.1.2: HPong.cabal

name:                HPong
version:             0.1.2

license:             GPL
license-file:        LICENSE
author:              Remco Niemeijer
maintainer:          Remco Niemeijer <R.A.Niemeijer@tue.nl>

stability:           Stable
category:            Game
synopsis:            A simple OpenGL Pong game based on GLFW
description:         A simple single-player OpenGL Pong game based on GLFW.
                     .
                     Its main goal is to serve as a basis for other games.
homepage:            http://bonsaicode.wordpress.com/2009/04/23/hpong-012/

build-depends:       base, data-accessor, data-accessor-template, OpenGL, GLFW
build-type:          Simple
data-files:          README
tested-with:         GHC==6.10.2

executable:          hpong
main-is:             HPong.hs
other-modules:       

ghc-options:         -Wall
ghc-prof-options:    -prof -auto-all