Commit dc4add2d authored by Clint Adams's avatar Clint Adams
Browse files

email-validate: Upgrading from 2.3.2.7 to 2.3.2.11

parent 1436c237
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-email-validate (2.3.2.11-1) unstable; urgency=medium

  * New upstream version.

 -- Clint Adams <clint@debian.org>  Sat, 27 Jul 2019 15:58:58 -0400

haskell-email-validate (2.3.2.7-1) unstable; urgency=medium

  [ Clint Adams ]
+4 −3
Original line number Diff line number Diff line
@@ -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]
+3 −5
Original line number Diff line number Diff line
@@ -4,13 +4,11 @@ Description: Add test-doctests flag
Author: Ilias Tsitsimpis <iliastsi@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