packages feed

quickcheck-string-random 0.1.4.0 → 0.1.4.2

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: text

API changes (from Hackage documentation)

Files

quickcheck-string-random.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.12 name:          quickcheck-string-random-version:       0.1.4.0+version:       0.1.4.2 synopsis:      Helper to build generators with Text.StringRandom description:   Define a generator of Text that matches regular@@ -30,7 +30,7 @@       base           >=4.9     && <5     , QuickCheck     >=2.8.2   && <2.15     , string-random  >=0.1     && <0.2-    , text           >=1.2.2.1 && <1.3+    , text           >=1.2.2.1 && <2.1    default-language: Haskell2010