packages feed

proto-lens-arbitrary 0.1.2.8 → 0.1.2.9

raw patch · 2 files changed

+8/−5 lines, 2 filesdep ~basedep ~proto-lensnew-uploaderPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, proto-lens

API changes (from Hackage documentation)

Files

Changelog.md view
@@ -1,5 +1,8 @@ # Changelog for `proto-lens-arbitrary` +## v0.1.2.9+- Bump upper bound to allow base-4.14.+ ## v0.1.2.8 - Bump lower bounds to base-4.10 (ghc-8.2). - Bump upper bounds for proto-lens-0.6.
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.2.+-- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack ----- hash: 21dbdf43df341e94e888344f4989d6b0fe47dfa0519cf71cd99ea2c263184f6d+-- hash: 0490c133a8db54e345844aee3bd58e85addd742292ff7ca8f68dcd73afda1e15  name:           proto-lens-arbitrary-version:        0.1.2.8+version:        0.1.2.9 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.10 && <4.14+    , base >=4.10 && <4.15     , bytestring ==0.10.*     , containers >=0.5 && <0.7     , lens-family >=1.2 && <2.1-    , proto-lens >=0.4 && <0.7+    , proto-lens >=0.4 && <0.8     , text ==1.2.*   default-language: Haskell2010