summaryrefslogtreecommitdiff
path: root/p/haskell-memoize
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-memoize')
-rw-r--r--p/haskell-memoize/debian/changelog7
-rw-r--r--p/haskell-memoize/debian/control2
2 files changed, 8 insertions, 1 deletions
diff --git a/p/haskell-memoize/debian/changelog b/p/haskell-memoize/debian/changelog
index d6a3ee05b..f76407c69 100644
--- a/p/haskell-memoize/debian/changelog
+++ b/p/haskell-memoize/debian/changelog
@@ -1,3 +1,10 @@
+haskell-memoize (0.7-3) UNRELEASED; urgency=medium
+
+ * Depend on haskell-devscripts >= 0.10 to ensure that this package
+ builds against GHC in experimental
+
+ -- Joachim Breitner <nomeata@debian.org> Thu, 20 Aug 2015 10:22:38 +0200
+
haskell-memoize (0.7-2) unstable; urgency=medium
* Upload to unstable
diff --git a/p/haskell-memoize/debian/control b/p/haskell-memoize/debian/control
index 36afe47c3..4b63b12e5 100644
--- a/p/haskell-memoize/debian/control
+++ b/p/haskell-memoize/debian/control
@@ -4,7 +4,7 @@ Uploaders: Sven Bartscher <sven.bartscher@weltraumschlangen.de>, Dmitry Bogatov
Priority: extra
Section: haskell
Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.9),
+ haskell-devscripts (>= 0.10),
cdbs,
ghc,
ghc-prof,