[DHG_packages] 01/01: email-validate: Upgrading from 2.2.0 to 2.2.1.1
Clint Adams
clint at moszumanska.debian.org
Fri Jul 7 22:26:54 UTC 2017
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository DHG_packages.
commit c9cfd3076a999ff8a7ff6d94ed62405464e68301
Author: Clint Adams <clint at debian.org>
Date: Fri Jul 7 18:24:44 2017 -0400
email-validate: Upgrading from 2.2.0 to 2.2.1.1
---
p/haskell-email-validate/debian/changelog | 6 ++++++
p/haskell-email-validate/debian/control | 16 ++++++++++------
2 files changed, 16 insertions(+), 6 deletions(-)
diff --git a/p/haskell-email-validate/debian/changelog b/p/haskell-email-validate/debian/changelog
index e8591bc..f57dfdd 100644
--- a/p/haskell-email-validate/debian/changelog
+++ b/p/haskell-email-validate/debian/changelog
@@ -1,3 +1,9 @@
+haskell-email-validate (2.2.1.1-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Clint Adams <clint at debian.org> Fri, 07 Jul 2017 18:24:44 -0400
+
haskell-email-validate (2.2.0-3) unstable; urgency=medium
* Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-email-validate/debian/control b/p/haskell-email-validate/debian/control
index 8ed5fe1..bae1f8c 100644
--- a/p/haskell-email-validate/debian/control
+++ b/p/haskell-email-validate/debian/control
@@ -11,18 +11,22 @@ Build-Depends:
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-attoparsec-dev (>= 0.10.0),
+ libghc-attoparsec-dev (<< 0.14),
libghc-attoparsec-prof,
libghc-hunit-dev (<< 2),
libghc-hunit-dev (>= 1.2),
libghc-quickcheck2-dev (>= 2.4),
+ libghc-quickcheck2-dev (<< 2.11),
libghc-test-framework-dev (>= 0.4.1),
- libghc-test-framework-hunit-dev,
- libghc-test-framework-quickcheck2-dev,
-Build-Depends-Indep:
- ghc-doc,
+ libghc-test-framework-dev (<< 0.9),
+ libghc-test-framework-hunit-dev (>= 0.3.0.2),
+ libghc-test-framework-hunit-dev (<< 0.4),
+ libghc-test-framework-quickcheck2-dev (>= 0.3.0.4),
+ libghc-test-framework-quickcheck2-dev (<< 0.4),
+Build-Depends-Indep: ghc-doc,
libghc-attoparsec-doc,
-Standards-Version: 3.9.8
-Homepage: http://porg.es/blog/email-address-validation-simpler-faster-more-correct
+Standards-Version: 4.0.0
+Homepage: https://github.com/Porges/email-validate-hs
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-email-validate
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list