left4deadrl-0.0.2: left4deadrl.cabal
name: left4deadrl
version: 0.0.2
category: Math
synopsis: left4dead-inspired roguelike
description: a zombie game written with hscharm
license: BSD3
license-file: LICENSE.md
author: Andrew Pennebaker
maintainer: andrew.pennebaker@gmail.com
build-type: Simple
cabal-version: >=1.8
source-repository head
type: git
location: git://github.com/mcandre/left4deadrl.git
executable left4deadrl
build-depends:
base >= 4.3.1.0 && < 5,
random >= 1.1 && < 2,
random-shuffle >= 0.0.4 && < 0.0.5,
hscharm >= 0.0.2 && < 0.0.3
ghc-options: -Wall -fwarn-tabs
main-is: Left4DeadRL.hs
hs-source-dirs: src