hw-hspec-hedgehog 0.1.0.4 → 0.1.0.5
raw patch · 2 files changed
+12/−10 lines, 2 filesdep +transformersdep ~HUnitdep ~basedep ~call-stackPVP ok
version bump matches the API change (PVP)
Dependencies added: transformers
Dependency ranges changed: HUnit, base, call-stack, hedgehog, hspec
API changes (from Hackage documentation)
Files
- LICENSE +1/−1
- hw-hspec-hedgehog.cabal +11/−9
LICENSE view
@@ -1,4 +1,4 @@-Copyright Author name here (c) 2017+Copyright John Ky (c) 2017-2018 All rights reserved.
hw-hspec-hedgehog.cabal view
@@ -2,12 +2,12 @@ -- -- see: https://github.com/sol/hpack ----- hash: 456f8407f0b42934bd3c961a7aa20942fd4bf363d74191a51c898e6e64777ef4+-- hash: 7f5f7cf11dd2880a5d3cda7c39b1ef747855994ff25c98f7f140eef219e09ba4 name: hw-hspec-hedgehog-version: 0.1.0.4+version: 0.1.0.5 synopsis: Interoperability between hspec and hedgehog-description: Some functions to use hedgehog from hspec+description: Interoperability between hspec and hedgehog. category: Web homepage: https://github.com/haskell-works/hw-hspec-hedgehog#readme bug-reports: https://github.com/haskell-works/hw-hspec-hedgehog/issues@@ -16,6 +16,7 @@ copyright: 2017 John Ky license: BSD3 license-file: LICENSE+tested-with: GHC == 8.4.2, GHC == 8.2.2, GHC == 8.0.2, GHC == 7.10.3 build-type: Simple cabal-version: >= 1.10 @@ -30,11 +31,12 @@ hs-source-dirs: src build-depends:- HUnit+ HUnit >=1.5 && <1.7 , base >=4.7 && <5- , call-stack- , hedgehog- , hspec+ , 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:@@ -49,8 +51,8 @@ ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base- , hedgehog- , hspec+ , hedgehog >=0.5 && <0.7+ , hspec >=2.4 && <2.6 , hw-hspec-hedgehog other-modules: HaskellWorks.Hspec.HedgehogSpec