quickcheck-string-random 0.1.4.2 → 0.1.4.4
raw patch · 1 files changed
+3/−4 lines, 1 filesdep ~QuickCheckdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck, 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.2+version: 0.1.4.4 synopsis: Helper to build generators with Text.StringRandom description: Define a generator of Text that matches regular@@ -15,7 +15,6 @@ copyright: Copyright (C) 2016- hiratara license: BSD3 license-file: LICENSE-tested-with: GHC ==8.10.3 build-type: Simple source-repository head@@ -28,9 +27,9 @@ hs-source-dirs: src build-depends: base >=4.9 && <5- , QuickCheck >=2.8.2 && <2.15+ , QuickCheck >=2.8.2 && <2.16 , string-random >=0.1 && <0.2- , text >=1.2.2.1 && <2.1+ , text >=1.2.2.1 && <2.2 default-language: Haskell2010