Cabal revisions of dice-0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: dice-version: 0.1-stability: work-in-progress--cabal-version: >= 1.6-build-type: Simple--author: James Cook <mokus@deepbondi.net>-maintainer: James Cook <mokus@deepbondi.net>-license: PublicDomain--category: Game-synopsis: Simplistic D&D style dice-rolling system.-description: Simplistic D&D style dice-rolling system.--source-repository head- type: git- location: git://github.com/mokus0/dice.git--Library- hs-source-dirs: src- exposed-modules: Data.Random.Dice- build-depends: base >= 3 && < 5, random-fu, parsec, transformers--Executable dice- hs-source-dirs: src- main-is: Dice.hs+name: dice +version: 0.1 +x-revision: 1 +stability: work-in-progress + +cabal-version: >= 1.6 +build-type: Simple + +author: James Cook <mokus@deepbondi.net> +maintainer: James Cook <mokus@deepbondi.net> +license: PublicDomain + +category: Game +synopsis: Simplistic D&D style dice-rolling system. +description: Simplistic D&D style dice-rolling system. + +source-repository head + type: git + location: git://github.com/mokus0/dice.git + +Library + hs-source-dirs: src + exposed-modules: Data.Random.Dice + build-depends: base >= 3 && < 4.13, random-fu < 0.3, parsec, transformers + +Executable dice + hs-source-dirs: src + main-is: Dice.hs