summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-09-29 11:02:43 -0400
committerClint Adams <clint@debian.org>2016-09-29 11:09:48 -0400
commit7ebbcbd0dce4b75d2d8a5e73db698a7db8a954de (patch)
treeb6ce4ce4c28114c370e11083bfeb8b67437f24eb
parentc0ccf2d174422fc0c506ac3d3fd5b2fa3e4c645a (diff)
downloadDHG_packages-7ebbcbd0dce4b75d2d8a5e73db698a7db8a954de.tar.gz
attoparsec: Upgrading from 0.13.0.2 to 0.13.1.0
-rw-r--r--p/haskell-attoparsec/debian/changelog6
-rw-r--r--p/haskell-attoparsec/debian/control8
-rw-r--r--p/haskell-attoparsec/debian/patches/no-threaded-testsuite4
3 files changed, 16 insertions, 2 deletions
diff --git a/p/haskell-attoparsec/debian/changelog b/p/haskell-attoparsec/debian/changelog
index 7abcca16b..c92862e66 100644
--- a/p/haskell-attoparsec/debian/changelog
+++ b/p/haskell-attoparsec/debian/changelog
@@ -1,3 +1,9 @@
+haskell-attoparsec (0.13.1.0-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Clint Adams <clint@debian.org> Thu, 29 Sep 2016 11:02:43 -0400
+
haskell-attoparsec (0.13.0.2-1) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-attoparsec/debian/control b/p/haskell-attoparsec/debian/control
index c56565cbe..6ddebde24 100644
--- a/p/haskell-attoparsec/debian/control
+++ b/p/haskell-attoparsec/debian/control
@@ -8,9 +8,15 @@ Build-Depends: debhelper (>= 9),
cdbs,
ghc,
ghc-prof,
+ libghc-fail-dev (>= 4.9),
+ libghc-fail-dev (<< 4.10),
+ libghc-fail-prof,
libghc-scientific-dev (>= 0.3.1),
libghc-scientific-dev (<< 0.4),
libghc-scientific-prof,
+ libghc-semigroups-dev (>= 0.16.1),
+ libghc-semigroups-dev (<< 0.19),
+ libghc-semigroups-prof,
libghc-text-dev (>= 1.1.1.3),
libghc-text-prof,
libghc-quickcheck2-dev (>= 2.7),
@@ -21,7 +27,9 @@ Build-Depends: debhelper (>= 9),
libghc-text-dev,
libghc-vector-dev,
Build-Depends-Indep: ghc-doc,
+ libghc-fail-doc,
libghc-scientific-doc,
+ libghc-semigroups-doc,
libghc-text-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/bos/attoparsec
diff --git a/p/haskell-attoparsec/debian/patches/no-threaded-testsuite b/p/haskell-attoparsec/debian/patches/no-threaded-testsuite
index 87d360aea..7b7389be1 100644
--- a/p/haskell-attoparsec/debian/patches/no-threaded-testsuite
+++ b/p/haskell-attoparsec/debian/patches/no-threaded-testsuite
@@ -3,8 +3,8 @@ Author: Joachim Breitner <nomeata@debian.org>
--- a/attoparsec.cabal
+++ b/attoparsec.cabal
-@@ -92,7 +92,7 @@ test-suite tests
- QC.Text.FastSet
+@@ -99,7 +99,7 @@
+ QC.Text.Regressions
ghc-options:
- -Wall -threaded -rtsopts