packages feed

proto-lens-arbitrary 0.1.2.14 → 0.1.2.15

raw patch · 2 files changed

+11/−7 lines, 2 filesdep ~bytestringdep ~proto-lensPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bytestring, proto-lens

API changes (from Hackage documentation)

Files

Changelog.md view
@@ -1,5 +1,9 @@ # Changelog for `proto-lens-arbitrary` +## v0.1.2.15+- Support GHC 9.12.+- Support GHC 9.14.+ ## v0.1.2.14 - Relax upper bounds for ghc-9.10. 
proto-lens-arbitrary.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.37.0.+-- This file has been generated from package.yaml by hpack version 0.39.1. -- -- see: https://github.com/sol/hpack  name:           proto-lens-arbitrary-version:        0.1.2.14+version:        0.1.2.15 synopsis:       Arbitrary instances for proto-lens. description:    The proto-lens-arbitrary allows generating arbitrary messages for use with QuickCheck. category:       Data@@ -33,11 +33,11 @@   hs-source-dirs:       src   build-depends:-      QuickCheck >=2.8 && <2.15-    , base >=4.10 && <4.21-    , bytestring >=0.10 && <0.13-    , containers >=0.5 && <0.8+      QuickCheck >=2.8 && <2.19+    , base >=4.10 && <4.23+    , bytestring >=0.10 && <0.14+    , containers >=0.5 && <0.9     , lens-family >=1.2 && <2.2-    , proto-lens >=0.4 && <0.8+    , proto-lens >=0.4 && <0.9     , text >=1.2 && <2.2   default-language: Haskell2010