hw-hspec-hedgehog 0.1.0.5 → 0.1.0.6
raw patch · 2 files changed
+37/−37 lines, 2 filesdep ~basedep ~hspecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, hspec
API changes (from Hackage documentation)
Files
- README.md +2/−1
- hw-hspec-hedgehog.cabal +35/−36
README.md view
@@ -1,2 +1,3 @@-# hw-hunit-hedgehog+# hw-hspec-hedgehog +[](https://circleci.com/gh/haskell-works/hw-hspec-hedgehog)
hw-hspec-hedgehog.cabal view
@@ -1,25 +1,18 @@--- This file has been generated from package.yaml by hpack version 0.20.0.------ see: https://github.com/sol/hpack------ hash: 7f5f7cf11dd2880a5d3cda7c39b1ef747855994ff25c98f7f140eef219e09ba4-+cabal-version: 2.2 name: hw-hspec-hedgehog-version: 0.1.0.5+version: 0.1.0.6 synopsis: Interoperability between hspec and hedgehog description: Interoperability between hspec and hedgehog.-category: Web+category: Test homepage: https://github.com/haskell-works/hw-hspec-hedgehog#readme bug-reports: https://github.com/haskell-works/hw-hspec-hedgehog/issues author: John Ky maintainer: newhoggy@gmail.com-copyright: 2017 John Ky-license: BSD3+copyright: 2017-2018 John Ky+license: BSD-3-Clause license-file: LICENSE-tested-with: GHC == 8.4.2, GHC == 8.2.2, GHC == 8.0.2, GHC == 7.10.3+tested-with: GHC == 8.4.2, GHC == 8.2.2, GHC == 8.0.2 build-type: Simple-cabal-version: >= 1.10- extra-source-files: README.md @@ -27,34 +20,40 @@ type: git location: https://github.com/haskell-works/hw-hspec-hedgehog -library- hs-source-dirs:- src- build-depends:- HUnit >=1.5 && <1.7- , base >=4.7 && <5- , call-stack >=0.1 && <0.2- , hedgehog >=0.5 && <0.7- , hspec >=2.4 && <2.6- , transformers >=0.4 && <0.6- exposed-modules:- HaskellWorks.Hspec.Hedgehog- other-modules:- Paths_hw_hspec_hedgehog+common base { build-depends: base >= 4 && < 5 }++common hedgehog { build-depends: hedgehog >= 0.5 && < 0.7 }+common hspec { build-depends: hspec >= 2.6 && < 2.8 }+common hw-hspec-hedgehog { build-depends: hw-hspec-hedgehog >= 0.1.0.5 && < 0.1.1 }+common HUnit { build-depends: HUnit >= 1.5 && < 1.7 }+common call-stack { build-depends: call-stack >= 0.1 && < 0.2 }+common transformers { build-depends: transformers >= 0.4 && < 0.6 }++common common default-language: Haskell2010 +library+ import: base, common+ , HUnit+ , call-stack+ , hedgehog+ , hspec+ , transformers+ exposed-modules: HaskellWorks.Hspec.Hedgehog+ other-modules: Paths_hw_hspec_hedgehog+ autogen-modules: Paths_hw_hspec_hedgehog+ hs-source-dirs: src+ test-suite hw-hspec-hedgehog-test+ import: base, common+ , hspec+ , hedgehog type: exitcode-stdio-1.0 main-is: Spec.hs- hs-source-dirs:- test- ghc-options: -threaded -rtsopts -with-rtsopts=-N- build-depends:- base- , hedgehog >=0.5 && <0.7- , hspec >=2.4 && <2.6- , hw-hspec-hedgehog other-modules: HaskellWorks.Hspec.HedgehogSpec Paths_hw_hspec_hedgehog- default-language: Haskell2010+ hs-source-dirs: test+ ghc-options: -threaded -rtsopts -with-rtsopts=-N+ build-depends: hw-hspec-hedgehog+ build-tool-depends: hspec-discover:hspec-discover