chell-hunit-0.2.1: chell-hunit.cabal
name: chell-hunit
version: 0.2.1
license: MIT
license-file: license.txt
author: John Millikin <john@john-millikin.com>
maintainer: John Millikin <john@john-millikin.com>
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 the Chell testing library
source-repository head
type: git
location: https://john-millikin.com/code/chell-hunit/
source-repository this
type: git
location: https://john-millikin.com/code/chell-hunit/
tag: chell-hunit_0.2.1
library
hs-source-dirs: lib
ghc-options: -Wall -O2
build-depends:
base >= 4.0 && < 5.0
, chell >= 0.3 && < 0.5
, HUnit >= 1.1 && < 1.3
exposed-modules:
Test.Chell.HUnit