hw-hedgehog 0.1.0.3 → 0.1.0.4
raw patch · 1 files changed
+5/−5 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- hw-hedgehog.cabal +5/−5
hw-hedgehog.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: hw-hedgehog-version: 0.1.0.3+version: 0.1.0.4 synopsis: Extra hedgehog functionality description: Extra hedgehog functionality. category: Test@@ -8,10 +8,10 @@ bug-reports: https://github.com/haskell-works/hw-hedgehog/issues author: John Ky maintainer: newhoggy@gmail.com-copyright: 2017-2018 John Ky+copyright: 2017-2019 John Ky license: BSD-3-Clause license-file: LICENSE-tested-with: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.2+tested-with: GHC == 8.6.5, GHC == 8.4.4, GHC == 8.2.2 build-type: Simple extra-source-files: README.md@@ -22,8 +22,8 @@ common base { build-depends: base >= 4.8 && < 5 } -common hedgehog { build-depends: hedgehog >= 0.5 && < 0.7 }-common vector { build-depends: vector >= 0.10 && < 0.13 }+common hedgehog { build-depends: hedgehog >= 0.6 && < 1.1 }+common vector { build-depends: vector >= 0.12 && < 0.13 } common common default-language: Haskell2010