packages feed

proto-lens-arbitrary 0.1.0.1 → 0.1.0.2

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~QuickCheckdep ~proto-lensPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: QuickCheck, proto-lens

API changes (from Hackage documentation)

Files

proto-lens-arbitrary.cabal view
@@ -1,5 +1,5 @@ name:                proto-lens-arbitrary-version:             0.1.0.1+version:             0.1.0.2 synopsis:            Arbitrary instances for proto-lens. description:   The proto-lens-arbitrary allows generating arbitrary messages for@@ -18,10 +18,10 @@ library   hs-source-dirs: src   exposed-modules:     Data.ProtoLens.Arbitrary-  build-depends:  proto-lens == 0.1.*+  build-depends:  proto-lens >= 0.1 && < 0.3                 , base >= 4.8 && < 4.10                 , bytestring == 0.10.*                 , containers == 0.5.*                 , text == 1.2.*                 , lens-family == 1.2.*-                , QuickCheck == 2.8.*+                , QuickCheck >= 2.8 && < 2.10