name: test-shouldbe version: 0.2.1 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.8 homepage: https://github.com/sol/test-shouldbe#readme 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 test-suite spec main-is: Spec.hs type: exitcode-stdio-1.0 ghc-options: -Wall -Werror hs-source-dirs: src, test build-depends: base >= 4.0 && < 4.6 , silently , hspec , hspec-discover