Cabal revisions of general-games-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: general-games-version: 0.1.0.0-synopsis: Library supporting simulation of a number of games-homepage: https://github.com/cgorski/general-games-bug-reports: https://github.com/cgorski/general-games/issues-license: MIT-license-file: LICENSE-author: Christopher A. Gorski-maintainer: cgorski@cgorski.org-copyright: 2017 Christopher A. Gorski-category: Games, Poker-build-type: Simple-extra-source-files: README.md-cabal-version: >=1.10--description:- Library providing framework for simulating outcomes of a variety- of games, including Poker.--source-repository head- type: git- location: git://github.com/cgorski/general-games.git- -library- hs-source-dirs: src- exposed-modules: Game.Implement.Card- , Game.Implement.Card.Standard- , Game.Implement.Card.Standard.Poker- , Game.Game.Poker-- build-depends: base >= 4.7 && < 5- , permutation- , containers- , MonadRandom- default-language: Haskell2010- ghc-options: -Wall--test-suite general-games-test- type: exitcode-stdio-1.0- hs-source-dirs: test- main-is: Spec.hs- build-depends: base- , general-games- , containers- , HUnit- - ghc-options: -threaded -rtsopts -with-rtsopts=-N4- default-language: Haskell2010--source-repository head- type: git- location: https://github.com/cgorski/general-games+name: general-games +version: 0.1.0.0 +x-revision: 1 +synopsis: Library supporting simulation of a number of games +homepage: https://github.com/cgorski/general-games +bug-reports: https://github.com/cgorski/general-games/issues +license: MIT +license-file: LICENSE +author: Christopher A. Gorski +maintainer: cgorski@cgorski.org +copyright: 2017 Christopher A. Gorski +category: Game, Poker +build-type: Simple +extra-source-files: README.md +cabal-version: >=1.10 + +description: + Library providing framework for simulating outcomes of a variety + of games, including Poker. + +source-repository head + type: git + location: git://github.com/cgorski/general-games.git + +library + hs-source-dirs: src + exposed-modules: Game.Implement.Card + , Game.Implement.Card.Standard + , Game.Implement.Card.Standard.Poker + , Game.Game.Poker + + build-depends: base >= 4.7 && < 5 + , permutation + , containers + , MonadRandom + default-language: Haskell2010 + ghc-options: -Wall + +test-suite general-games-test + type: exitcode-stdio-1.0 + hs-source-dirs: test + main-is: Spec.hs + build-depends: base + , general-games + , containers + , HUnit + + ghc-options: -threaded -rtsopts -with-rtsopts=-N4 + default-language: Haskell2010 + +source-repository head + type: git + location: https://github.com/cgorski/general-games