chell-0.1: chell.cabal
name: chell
version: 0.1
synopsis: Quiet test runner
license: MIT
license-file: license.txt
author: John Millikin <jmillikin@gmail.com>
build-type: Simple
cabal-version: >= 1.6
category: Testing
bug-reports: mailto:jmillikin@gmail.com
homepage: https://john-millikin.com/software/chell/
tested-with: GHC==6.12.1
source-repository head
type: bazaar
location: https://john-millikin.com/software/chell/
library
ghc-options: -Wall
hs-source-dirs: src
build-depends:
base >= 4 && < 5
, bytestring >= 0.9 && < 0.10
, patience >= 0.1 && < 0.2
, random
, template-haskell >= 2.3 && < 2.6
, text >= 0.7
, transformers >= 0.2 && < 0.3
exposed-modules:
Test.Chell
other-modules:
Test.Chell.Main
Test.Chell.Types