summaryrefslogtreecommitdiff
path: root/p/haskell-doctest
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-12-29 11:03:34 -0500
committerClint Adams <clint@debian.org>2016-12-29 11:03:34 -0500
commit1bd9a82063526062a1491fa4f08d0aae73713b12 (patch)
tree05782479a0342c37b0f023b4de95ce78ac7e59fa /p/haskell-doctest
parenta187f911dad1c86f27c2c52adf310047717fd7a7 (diff)
downloadDHG_packages-1bd9a82063526062a1491fa4f08d0aae73713b12.tar.gz
doctest: ensure build against ghc with amd64 linker fix
Diffstat (limited to 'p/haskell-doctest')
-rw-r--r--p/haskell-doctest/debian/changelog6
-rw-r--r--p/haskell-doctest/debian/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/p/haskell-doctest/debian/changelog b/p/haskell-doctest/debian/changelog
index 9fa541c23..b3345b872 100644
--- a/p/haskell-doctest/debian/changelog
+++ b/p/haskell-doctest/debian/changelog
@@ -1,3 +1,9 @@
+haskell-doctest (0.11.0-4) unstable; urgency=medium
+
+ * Ensure build against ghc with amd64 linker fix.
+
+ -- Clint Adams <clint@debian.org> Thu, 29 Dec 2016 11:03:19 -0500
+
haskell-doctest (0.11.0-3) unstable; urgency=medium
* Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-doctest/debian/control b/p/haskell-doctest/debian/control
index dd7249316..a7a5a394c 100644
--- a/p/haskell-doctest/debian/control
+++ b/p/haskell-doctest/debian/control
@@ -6,7 +6,7 @@ Section: haskell
Build-Depends: debhelper (>= 9),
haskell-devscripts (>= 0.13),
cdbs,
- ghc (>= 8.0),
+ ghc (>= 8.0.1-17~),
ghc-prof,
libghc-base-compat-dev (>= 0.4.2),
libghc-base-compat-prof,