name: hspec-expectations-pretty-diff
version: 0.7.2.5
synopsis: Catchy combinators for HUnit
description: Catchy combinators for HUnit: <https://github.com/myfreeweb/hspec-expectations-pretty-diff#readme>
bug-reports: https://github.com/myfreeweb/hspec-expectations-pretty-diff/issues
license: MIT
license-file: LICENSE
copyright: (c) 2011-2015 Simon Hengel
author: Simon Hengel <sol@typeful.net>
maintainer: greg@unrelenting.technology
build-type: Simple
category: Testing
cabal-version: >= 1.10
homepage: https://github.com/myfreeweb/hspec-expectations-pretty-diff#readme
source-repository head
type: git
location: https://github.com/myfreeweb/hspec-expectations-pretty-diff
library
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base == 4.*
, HUnit
, text
, nicify-lib
, hscolour
, Diff
, ansi-terminal
exposed-modules:
Test.Hspec.Expectations.Pretty
Test.Hspec.Expectations.Pretty.Contrib
Test.Hspec.Expectations.Pretty.Matcher
default-language: Haskell2010
test-suite tests
build-depends:
base >= 4.0.0.0 && < 5
, hspec-expectations-pretty-diff
, HUnit >= 1.3.0.0
, aeson
, text
, hspec
default-language: Haskell2010
ghc-options: -threaded -Wall
hs-source-dirs:
test
main-is: Spec.hs
other-modules:
Test.Hspec.Expectations.PrettySpec
Test.Hspec.Expectations.Pretty.MatcherSpec
type: exitcode-stdio-1.0