name: hspec-expectations-lifted version: 0.8.2 synopsis: A version of hspec-expectations generalized to MonadIO description: A version of hspec-expectations generalized to MonadIO license: MIT license-file: LICENSE copyright: (c) 2011-2016 Simon Hengel author: Simon Hengel maintainer: Simon Hengel build-type: Simple category: Testing cabal-version: >= 1.8 source-repository head type: git location: https://github.com/hspec/hspec-expectations-lifted library ghc-options: -Wall build-depends: base == 4.* , hspec-expectations >= 0.8.2 , transformers hs-source-dirs: src exposed-modules: Test.Hspec.Expectations.Lifted