packages feed

email-validate 2.3.2 → 2.3.2.1

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~QuickCheckPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: QuickCheck

API changes (from Hackage documentation)

Files

email-validate.cabal view
@@ -1,5 +1,5 @@ name:           email-validate
-version:        2.3.2
+version:        2.3.2.1
 license:        BSD3
 license-file:   LICENSE
 author:         George Pollard <porges@porg.es>
@@ -19,7 +19,7 @@ source-repository this
     type: git
     location: git://github.com/Porges/email-validate-hs.git
-    tag: v2.3.2
+    tag: v2.3.2.1
 
 library
     build-depends:
@@ -45,7 +45,7 @@         email-validate,
         base >= 4 && < 5,
         hspec >= 2.2.3 && < 2.5,
-        QuickCheck >= 2.4 && < 2.11,
+        QuickCheck >= 2.4 && < 2.12,
         bytestring >= 0.9 && < 0.11
 
 test-suite doctests