packages feed

proto-lens-arbitrary 0.1.2.7 → 0.1.2.8

raw patch · 2 files changed

+11/−6 lines, 2 filesdep ~basedep ~lens-familydep ~proto-lensPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, lens-family, proto-lens

API changes (from Hackage documentation)

Files

Changelog.md view
@@ -1,5 +1,10 @@ # Changelog for `proto-lens-arbitrary` +## v0.1.2.8+- Bump lower bounds to base-4.10 (ghc-8.2).+- Bump upper bounds for proto-lens-0.6.+- Support dependencies on base-4.13 (ghc-8.8) and lens-family-2.0.+ ## v0.1.2.7 - Bump the dependency for `QuickCheck-2.13`. 
proto-lens-arbitrary.cabal view
@@ -1,13 +1,13 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.31.1.+-- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack ----- hash: cb3cdd419eb4d88f7886a01c9cdc91add902cece96a1cfe70c5a57d013cae79a+-- hash: 21dbdf43df341e94e888344f4989d6b0fe47dfa0519cf71cd99ea2c263184f6d  name:           proto-lens-arbitrary-version:        0.1.2.7+version:        0.1.2.8 synopsis:       Arbitrary instances for proto-lens. description:    The proto-lens-arbitrary allows generating arbitrary messages for use with QuickCheck. category:       Data@@ -36,10 +36,10 @@       src   build-depends:       QuickCheck >=2.8 && <2.14-    , base >=4.9 && <4.13+    , base >=4.10 && <4.14     , bytestring ==0.10.*     , containers >=0.5 && <0.7-    , lens-family ==1.2.*-    , proto-lens >=0.4 && <0.6+    , lens-family >=1.2 && <2.1+    , proto-lens >=0.4 && <0.7     , text ==1.2.*   default-language: Haskell2010