[Git][haskell-team/DHG_packages][master] email-validate: Upgrading from 2.3.2.7 to 2.3.2.11
Clint Adams
gitlab at salsa.debian.org
Sat Jul 27 21:01:35 BST 2019
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
dc4add2d by Clint Adams at 2019-07-27T20:01:14Z
email-validate: Upgrading from 2.3.2.7 to 2.3.2.11
- - - - -
3 changed files:
- p/haskell-email-validate/debian/changelog
- p/haskell-email-validate/debian/control
- p/haskell-email-validate/debian/patches/disable-doctests
Changes:
=====================================
p/haskell-email-validate/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-email-validate (2.3.2.11-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Sat, 27 Jul 2019 15:58:58 -0400
+
haskell-email-validate (2.3.2.7-1) unstable; urgency=medium
[ Clint Adams ]
=====================================
p/haskell-email-validate/debian/control
=====================================
@@ -15,16 +15,17 @@ Build-Depends:
libghc-attoparsec-dev (<< 0.14),
libghc-attoparsec-prof,
libghc-quickcheck2-dev (>= 2.4),
- libghc-quickcheck2-dev (<< 2.13),
+ libghc-quickcheck2-dev (<< 2.14),
libghc-quickcheck2-prof,
libghc-doctest-dev (>= 0.8),
libghc-doctest-dev (<< 0.17),
libghc-doctest-prof,
libghc-hspec-dev (>= 2.2.3),
- libghc-hspec-dev (<< 2.6),
+ libghc-hspec-dev (<< 2.8),
+ libghc-hspec-prof,
Build-Depends-Indep: ghc-doc,
libghc-attoparsec-doc,
-Standards-Version: 4.1.4
+Standards-Version: 4.4.0
Homepage: https://github.com/Porges/email-validate-hs
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-email-validate
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-email-validate]
=====================================
p/haskell-email-validate/debian/patches/disable-doctests
=====================================
@@ -4,13 +4,11 @@ Description: Add test-doctests flag
Author: Ilias Tsitsimpis <iliastsi at debian.org>
---
-Index: b/email-validate.cabal
-===================================================================
--- a/email-validate.cabal
+++ b/email-validate.cabal
-@@ -21,6 +21,10 @@ source-repository this
+@@ -21,6 +21,10 @@
location: git://github.com/Porges/email-validate-hs.git
- tag: v2.3.2.7
+ tag: v2.3.2.11
+flag test-doctests
+ description: Enable/Disable the doctest suite
@@ -19,7 +17,7 @@ Index: b/email-validate.cabal
library
build-depends:
base >= 4.4 && < 5,
-@@ -50,6 +54,8 @@ test-suite Main
+@@ -50,6 +54,8 @@
test-suite doctests
type: exitcode-stdio-1.0
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/dc4add2d773abe4397018b09220cbfd696c205d5
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/dc4add2d773abe4397018b09220cbfd696c205d5
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20190727/a9aa5800/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list