name: test-shouldbe version: 0.2.0 synopsis: Catchy combinators for HUnit description: Catchy combinators for HUnit: license: MIT license-file: LICENSE copyright: (c) 2011, 2012 Simon Hengel author: Simon Hengel maintainer: Simon Hengel build-type: Simple category: Testing cabal-version: >= 1.6 source-repository head type: git location: https://github.com/sol/test-shouldbe library ghc-options: -Wall build-depends: base < 4.6 , HUnit hs-source-dirs: src exposed-modules: Test.HUnit.ShouldBe , Test.HUnit.ShouldBe.Contrib