diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2015-08-20 10:23:53 +0200 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2015-08-20 10:23:53 +0200 |
commit | d61497dd8b286d7277ea316d31e298f3ad6a40a1 (patch) | |
tree | 26b4cfeff62ecb5efd60015406202e290d28dba7 /p/haskell-erf | |
parent | 4e56ac6ef3f62c8b2ee8a11104fc57083772538c (diff) | |
download | DHG_packages-d61497dd8b286d7277ea316d31e298f3ad6a40a1.tar.gz |
Depend on haskell-devscripts >= 0.10 to ensure that this package builds against GHC in experimental (727 packages)
Diffstat (limited to 'p/haskell-erf')
-rw-r--r-- | p/haskell-erf/debian/changelog | 2 | ||||
-rw-r--r-- | p/haskell-erf/debian/control | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/p/haskell-erf/debian/changelog b/p/haskell-erf/debian/changelog index 4d23f6e68..bd060f79b 100644 --- a/p/haskell-erf/debian/changelog +++ b/p/haskell-erf/debian/changelog @@ -1,6 +1,8 @@ haskell-erf (2.0.0.0-8) 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:31 +0200 diff --git a/p/haskell-erf/debian/control b/p/haskell-erf/debian/control index 95c8a68e9..9a2f745da 100644 --- a/p/haskell-erf/debian/control +++ b/p/haskell-erf/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, |