chell-hunit-0.3.0.1: chell-hunit.cabal
cabal-version: 3.0
name: chell-hunit
version: 0.3.0.1
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
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.
extra-source-files:
changelog.md
source-repository head
type: git
location: https://github.com/typeclasses/chell.git
library
default-language: Haskell2010
ghc-options: -Wall
build-depends:
base >= 4.10 && < 4.17
, chell >= 0.3 && < 0.6
, HUnit >= 1.3 && < 1.7
exposed-modules:
Test.Chell.HUnit