chell-hunit-0.3: chell-hunit.cabal
name: chell-hunit
version: 0.3
synopsis: HUnit support for the Chell testing library
category: Testing
license: MIT
license-file: license.txt
author: John Millikin <john@john-millikin.com>
maintainer: Chris Martin, Julie Moronuki
build-type: Simple
cabal-version: >= 1.6
homepage: https://github.com/typeclasses/chell
bug-reports: https://github.com/typeclasses/chell/issues
description:
HUnit support for the <https://hackage.haskell.org/package/chell Chell> testing library.
tested-with: GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.3
extra-source-files:
changelog.md
source-repository head
type: git
location: https://github.com/typeclasses/chell.git
library
ghc-options: -Wall
build-depends:
base >= 4.0 && < 5.0
, chell >= 0.3 && < 0.6
, HUnit >= 1.3 && < 1.7
exposed-modules:
Test.Chell.HUnit