quickcheck-string-random 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~QuickCheckPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck
API changes (from Hackage documentation)
Files
quickcheck-string-random.cabal view
@@ -1,5 +1,5 @@ name: quickcheck-string-random-version: 0.1.0.0+version: 0.1.0.1 synopsis: Helper to build generators with Text.StringRandom description: Define a generator of Text that matches regular expressions. This package is useful for creating Arbitrary@@ -19,7 +19,7 @@ hs-source-dirs: src exposed-modules: Test.QuickCheck.StringRandom build-depends: base >= 4.9 && < 5- , QuickCheck >=2.8.2 && <2.9+ , QuickCheck >=2.8.2 && <2.11 , string-random ==0.1.* , text >=1.2.2.1 && <1.3 default-language: Haskell2010