proto-lens-arbitrary 0.1.2.12 → 0.1.2.13
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~basedep ~bytestringdep ~containersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, bytestring, containers
API changes (from Hackage documentation)
Files
proto-lens-arbitrary.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: proto-lens-arbitrary-version: 0.1.2.12+version: 0.1.2.13 synopsis: Arbitrary instances for proto-lens. description: The proto-lens-arbitrary allows generating arbitrary messages for use with QuickCheck. category: Data@@ -34,9 +34,9 @@ src build-depends: QuickCheck >=2.8 && <2.15- , base >=4.10 && <4.19- , bytestring >=0.10 && <0.12- , containers >=0.5 && <0.7+ , base >=4.10 && <4.20+ , bytestring >=0.10 && <0.13+ , containers >=0.5 && <0.8 , lens-family >=1.2 && <2.2 , proto-lens >=0.4 && <0.8 , text >=1.2 && <2.2