summaryrefslogtreecommitdiff
path: root/p/haskell-bloomfilter
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-bloomfilter')
-rw-r--r--p/haskell-bloomfilter/debian/changelog2
-rw-r--r--p/haskell-bloomfilter/debian/control2
2 files changed, 3 insertions, 1 deletions
diff --git a/p/haskell-bloomfilter/debian/changelog b/p/haskell-bloomfilter/debian/changelog
index 5b116c03b..761d59671 100644
--- a/p/haskell-bloomfilter/debian/changelog
+++ b/p/haskell-bloomfilter/debian/changelog
@@ -2,6 +2,8 @@ haskell-bloomfilter (2.0.1.0-1) unstable; urgency=medium
* New upstream release
* Bump standards-version to 3.9.6
+ * Depend on haskell-devscripts >= 0.10 to ensure that this package
+ builds against GHC in experimental
-- Joachim Breitner <nomeata@debian.org> Sat, 15 Aug 2015 14:32:11 +0200
diff --git a/p/haskell-bloomfilter/debian/control b/p/haskell-bloomfilter/debian/control
index 798b574e3..9583ccf00 100644
--- a/p/haskell-bloomfilter/debian/control
+++ b/p/haskell-bloomfilter/debian/control
@@ -4,7 +4,7 @@ Uploaders: Joey Hess <joeyh@debian.org>
Priority: extra
Section: haskell
Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.9),
+ haskell-devscripts (>= 0.10),
cdbs,
ghc,
ghc-prof,