Cabal revisions of chell-0.2.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: chell-version: 0.2.2-license: MIT-license-file: license.txt-author: John Millikin <jmillikin@gmail.com>-maintainer: John Millikin <jmillikin@gmail.com>-build-type: Simple-cabal-version: >= 1.6-category: Testing-bug-reports: mailto:jmillikin@gmail.com-homepage: https://john-millikin.com/software/chell/--synopsis: A quiet test runner-description:--source-repository head- type: bazaar- location: https://john-millikin.com/branches/chell/0.2/--source-repository this- type: bazaar- location: https://john-millikin.com/branches/chell/0.2/- tag: chell_0.2.2--library- hs-source-dirs: lib- ghc-options: -Wall -O2-- build-depends:- base >= 4.1 && < 5.0- , bytestring >= 0.9- , patience >= 0.1 && < 0.2- , random >= 1.0- , template-haskell >= 2.3- , text >= 0.7- , transformers >= 0.2-- exposed-modules:- Test.Chell-- other-modules:- Test.Chell.Main- Test.Chell.Types+name: chell +version: 0.2.2 +x-revision: 1 +license: MIT +license-file: license.txt +author: John Millikin <jmillikin@gmail.com> +maintainer: John Millikin <jmillikin@gmail.com> +build-type: Simple +cabal-version: >= 1.6 +category: Testing +bug-reports: mailto:jmillikin@gmail.com +homepage: https://john-millikin.com/software/chell/ + +synopsis: A quiet test runner +description: + +source-repository head + type: bazaar + location: https://john-millikin.com/branches/chell/0.2/ + +source-repository this + type: bazaar + location: https://john-millikin.com/branches/chell/0.2/ + tag: chell_0.2.2 + +library + hs-source-dirs: lib + ghc-options: -Wall -O2 + + build-depends: + base >= 4.1 && < 4.8 + , bytestring >= 0.9 + , patience >= 0.1 && < 0.2 + , random >= 1.0 + , template-haskell >= 2.3 + , text >= 0.7 + , transformers >= 0.2 + + exposed-modules: + Test.Chell + + other-modules: + Test.Chell.Main + Test.Chell.Types