packages feed

email-validate 0.2.7 → 0.2.8

raw patch · 1 files changed

+7/−2 lines, 1 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

email-validate.cabal view
@@ -1,5 +1,5 @@ name:           email-validate
-version:        0.2.7
+version:        0.2.8
 license:        BSD3
 license-file:   LICENSE
 author:         George Pollard
@@ -12,8 +12,13 @@ stability:      experimental
 cabal-version:  >= 1.6
 
+
+source-repository head
+    type: git
+    location: git://github.com/Porges/email-validate-hs.git
+
 library
-    build-depends: base >= 2 && < 4.5, parsec >= 3.0 || == 2.1.*, ranges >= 0.2.2
+    build-depends: base >= 2 && < 5, parsec >= 3.0 || == 2.1.*, ranges >= 0.2.2
     ghc-options: -O2
 
     extensions: CPP