proto-lens-arbitrary 0.1.2.3 → 0.1.2.4
raw patch · 2 files changed
+7/−4 lines, 2 filesdep ~basedep ~containersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, containers
API changes (from Hackage documentation)
Files
- Changelog.md +3/−0
- proto-lens-arbitrary.cabal +4/−4
Changelog.md view
@@ -1,5 +1,8 @@ # Changelog for `proto-lens-arbitrary` +## v0.1.2.4+- Bump the dependencies on `base` and `containers` to support `ghc-8.6.1`.+ ## v0.1.2.3 - Update to (and require) `proto-lens-0.4.*`.
proto-lens-arbitrary.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 99e285dd3595f41e7479771c32b16b9aeb707ea0b8433459399d80dc59c30899+-- hash: 9f11e4882f5df632919175626103321c56982b0b77b493cfb66e921b6ffbe130 name: proto-lens-arbitrary-version: 0.1.2.3+version: 0.1.2.4 synopsis: Arbitrary instances for proto-lens. description: The proto-lens-arbitrary allows generating arbitrary messages for use with QuickCheck. category: Data@@ -35,9 +35,9 @@ src build-depends: QuickCheck >=2.8 && <2.12- , base >=4.9 && <4.12+ , base >=4.9 && <4.13 , bytestring ==0.10.*- , containers ==0.5.*+ , containers >=0.5 && <0.7 , lens-family ==1.2.* , proto-lens ==0.4.* , text ==1.2.*