packages feed

proto-lens-arbitrary 0.1.2.9 → 0.1.2.10

raw patch · 1 files changed

+5/−7 lines, 1 filesdep ~QuickCheckdep ~basedep ~lens-familynew-uploaderPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: QuickCheck, base, lens-family

API changes (from Hackage documentation)

Files

proto-lens-arbitrary.cabal view
@@ -1,13 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.33.0.+-- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack------ hash: 0490c133a8db54e345844aee3bd58e85addd742292ff7ca8f68dcd73afda1e15  name:           proto-lens-arbitrary-version:        0.1.2.9+version:        0.1.2.10 synopsis:       Arbitrary instances for proto-lens. description:    The proto-lens-arbitrary allows generating arbitrary messages for use with QuickCheck. category:       Data@@ -35,11 +33,11 @@   hs-source-dirs:       src   build-depends:-      QuickCheck >=2.8 && <2.14-    , base >=4.10 && <4.15+      QuickCheck >=2.8 && <2.15+    , base >=4.10 && <4.16     , bytestring ==0.10.*     , containers >=0.5 && <0.7-    , lens-family >=1.2 && <2.1+    , lens-family >=1.2 && <2.2     , proto-lens >=0.4 && <0.8     , text ==1.2.*   default-language: Haskell2010