email-validate 2.3.2.12 → 2.3.2.13
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~QuickCheckdep ~template-haskellPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck, template-haskell
API changes (from Hackage documentation)
Files
- email-validate.cabal +4/−4
email-validate.cabal view
@@ -1,5 +1,5 @@ name: email-validate -version: 2.3.2.12 +version: 2.3.2.13 license: BSD3 license-file: LICENSE author: George Pollard <porges@porg.es> @@ -19,14 +19,14 @@ source-repository this type: git location: git://github.com/Porges/email-validate-hs.git - tag: v2.3.2.12 + tag: v2.3.2.13 library build-depends: base >= 4.4 && < 5, attoparsec >= 0.10.0 && < 0.14, bytestring >= 0.9 && < 0.11, - template-haskell >= 2.10.0.0 && < 2.16 + template-haskell >= 2.10.0.0 && < 2.17 default-language: Haskell2010 hs-source-dirs: src ghc-options: -Wall @@ -45,7 +45,7 @@ email-validate, base >= 4 && < 5, hspec >= 2.2.3 && < 2.8, - QuickCheck >= 2.4 && < 2.14, + QuickCheck >= 2.4 && < 2.15, bytestring >= 0.9 && < 0.11 test-suite doctests