proto-lens-arbitrary 0.1.2.4 → 0.1.2.5
raw patch · 2 files changed
+6/−3 lines, 2 filesdep ~QuickCheckPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck
API changes (from Hackage documentation)
Files
- Changelog.md +3/−0
- proto-lens-arbitrary.cabal +3/−3
Changelog.md view
@@ -1,5 +1,8 @@ # Changelog for `proto-lens-arbitrary` +## v0.1.2.5+- Bump the dependency for `QuickCheck-2.12`.+ ## v0.1.2.4 - Bump the dependencies on `base` and `containers` to support `ghc-8.6.1`.
proto-lens-arbitrary.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 9f11e4882f5df632919175626103321c56982b0b77b493cfb66e921b6ffbe130+-- hash: 43298dbb52fbba533a149e953e5ee43b13e5d523ff7e8b544e97c05c14ae74db name: proto-lens-arbitrary-version: 0.1.2.4+version: 0.1.2.5 synopsis: Arbitrary instances for proto-lens. description: The proto-lens-arbitrary allows generating arbitrary messages for use with QuickCheck. category: Data@@ -34,7 +34,7 @@ hs-source-dirs: src build-depends:- QuickCheck >=2.8 && <2.12+ QuickCheck >=2.8 && <2.13 , base >=4.9 && <4.13 , bytestring ==0.10.* , containers >=0.5 && <0.7