name: hspec-contrib version: 0.2.1 x-revision: 1 license: MIT license-file: LICENSE copyright: (c) 2011-2015 Simon Hengel, (c) 2014 Junji Hashimoto maintainer: Simon Hengel build-type: Simple cabal-version: >= 1.10 category: Testing stability: experimental bug-reports: https://github.com/hspec/hspec/issues homepage: http://hspec.github.io/ synopsis: Contributed functionality for Hspec description: Contributed functionality for Hspec source-repository head type: git location: https://github.com/hspec/hspec subdir: hspec-contrib library ghc-options: -Wall hs-source-dirs: src build-depends: base == 4.* , hspec-core < 2.4.0 , HUnit , logging-facade exposed-modules: Test.Hspec.Contrib.Retry Test.Hspec.Contrib.HUnit Test.Hspec.Contrib.LoggingFacade other-modules: default-language: Haskell2010 test-suite spec type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs other-modules: Helper Test.Hspec.Contrib.RetrySpec Test.Hspec.Contrib.HUnitSpec Test.Hspec.Contrib.LoggingFacadeSpec ghc-options: -Wall build-depends: base == 4.* , hspec-core , HUnit , logging-facade , hspec-contrib , hspec , QuickCheck default-language: Haskell2010