proto-lens-arbitrary 0.1.2.6 → 0.1.2.7
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.7+- Bump the dependency for `QuickCheck-2.13`.+ ## v0.1.2.6 - Bump upper bounds to support `proto-lens-0.5.*`.
proto-lens-arbitrary.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 5b7052bd8fe8c3d82ae15eddf8ce7bf5a93d78b40004afc0c8a4c94fae4757f1+-- hash: cb3cdd419eb4d88f7886a01c9cdc91add902cece96a1cfe70c5a57d013cae79a name: proto-lens-arbitrary-version: 0.1.2.6+version: 0.1.2.7 synopsis: Arbitrary instances for proto-lens. description: The proto-lens-arbitrary allows generating arbitrary messages for use with QuickCheck. category: Data@@ -35,7 +35,7 @@ hs-source-dirs: src build-depends:- QuickCheck >=2.8 && <2.13+ QuickCheck >=2.8 && <2.14 , base >=4.9 && <4.13 , bytestring ==0.10.* , containers >=0.5 && <0.7