name: hspec-expectations-lens
version: 0.2.0.0
synopsis: Hspec expectations for the lens stuff
description:
Package adds hspec expectations (@\`shouldX\`@ things)
that work nicely with the "lens" library
homepage: http://supki.github.io/hspec-expectations-lens/
license: BSD3
license-file: LICENSE
author: Matvey Aksenov
maintainer: matvey.aksenov@gmail.com
category: Testing
build-type: Simple
extra-source-files:
CHANGELOG.md
README.md
cabal-version: >= 1.10
source-repository head
type: git
location: https://github.com/supki/hspec-expectations-lens
source-repository this
type: git
tag: 0.2.0.0
location: https://github.com/supki/hspec-expectations-lens
library
default-language: Haskell2010
hs-source-dirs: src
build-depends:
base == 4.*
, hspec-expectations >= 0.5
, hspec >= 1.8
, lens >= 3.9
, HUnit
exposed-modules:
Test.Hspec.Expectations.Lens
Test.Hspec.Lens
test-suite spec
type: exitcode-stdio-1.0
default-language: Haskell2010
hs-source-dirs: test
main-is: Spec.hs
build-depends:
base == 4.*
, hspec
, hspec-expectations-lens
, lens >= 3.9
, silently