summaryrefslogtreecommitdiff
path: root/p/haskell-edison-api
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-edison-api')
-rw-r--r--p/haskell-edison-api/debian/changelog2
-rw-r--r--p/haskell-edison-api/debian/control2
2 files changed, 3 insertions, 1 deletions
diff --git a/p/haskell-edison-api/debian/changelog b/p/haskell-edison-api/debian/changelog
index 20ac7325b..59b467934 100644
--- a/p/haskell-edison-api/debian/changelog
+++ b/p/haskell-edison-api/debian/changelog
@@ -1,6 +1,8 @@
haskell-edison-api (1.2.2.1-4) UNRELEASED; urgency=medium
* 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> Thu, 20 Aug 2015 10:16:29 +0200
diff --git a/p/haskell-edison-api/debian/control b/p/haskell-edison-api/debian/control
index cc4ae618f..55ec5c8a6 100644
--- a/p/haskell-edison-api/debian/control
+++ b/p/haskell-edison-api/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Priority: extra
Section: haskell
Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.9),
+ haskell-devscripts (>= 0.10),
cdbs,
ghc,
ghc-prof,