name: chell-hunit version: 0.1.0.1 license: MIT license-file: license.txt author: John Millikin maintainer: John Millikin build-type: Simple cabal-version: >= 1.6 category: Testing bug-reports: mailto:jmillikin@gmail.com homepage: https://john-millikin.com/software/chell/ synopsis: HUnit support for Chell, a quiet test runner source-repository head type: bazaar location: https://john-millikin.com/software/chell/ source-repository this type: bazaar location: https://john-millikin.com/software/chell/ tag: chell-hunit_0.1.0.1 library hs-source-dirs: lib ghc-options: -Wall -O2 build-depends: base >= 4 && < 5 , chell >= 0.1 && < 0.3 , HUnit >= 1.1 && < 1.3 , text exposed-modules: Test.Chell.HUnit