name: hspec-expectations-lifted
version: 0.9.0
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 <sol@typeful.net>
maintainer: Simon Hengel <sol@typeful.net>
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