proto-lens-arbitrary 0.1.2.10 → 0.1.2.11
raw patch · 2 files changed
+7/−4 lines, 2 filesdep ~basedep ~bytestringdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, bytestring, text
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.11+- Relax upper bounds for ghc-9.2+ ## v0.1.2.9 - Bump upper bound to allow base-4.14.
proto-lens-arbitrary.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: proto-lens-arbitrary-version: 0.1.2.10+version: 0.1.2.11 synopsis: Arbitrary instances for proto-lens. description: The proto-lens-arbitrary allows generating arbitrary messages for use with QuickCheck. category: Data@@ -34,10 +34,10 @@ src build-depends: QuickCheck >=2.8 && <2.15- , base >=4.10 && <4.16- , bytestring ==0.10.*+ , base >=4.10 && <4.17+ , bytestring >=0.10 && <0.12 , containers >=0.5 && <0.7 , lens-family >=1.2 && <2.2 , proto-lens >=0.4 && <0.8- , text ==1.2.*+ , text >=1.2 && <2.1 default-language: Haskell2010