cabal-version: 3.0 name: chell-hunit version: 0.3.0.2 synopsis: HUnit support for Chell category: Testing license: MIT license-file: license.txt author: John Millikin maintainer: Chris Martin, Julie Moronuki homepage: https://github.com/typeclasses/chell description: HUnit support for the Chell testing library. extra-source-files: *.md library default-language: GHC2021 ghc-options: -Wall build-depends: , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 , chell ^>= 0.5 , HUnit ^>= 1.6.2 exposed-modules: Test.Chell.HUnit