summaryrefslogtreecommitdiff
path: root/p/haskell-edison-core
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-edison-core')
-rw-r--r--p/haskell-edison-core/debian/changelog4
-rw-r--r--p/haskell-edison-core/debian/control8
2 files changed, 8 insertions, 4 deletions
diff --git a/p/haskell-edison-core/debian/changelog b/p/haskell-edison-core/debian/changelog
index 84dd3a48c..9025536e2 100644
--- a/p/haskell-edison-core/debian/changelog
+++ b/p/haskell-edison-core/debian/changelog
@@ -1,7 +1,11 @@
haskell-edison-core (1.2.1.3-2) UNRELEASED; urgency=low
+ [ Iain Lane ]
* Add hscolour to Build-Depends-Indep; required for doc build
+ [ Joachim Breitner ]
+ * Undo B-D/B-D-I split
+
-- Iain Lane <laney@ubuntu.com> Wed, 12 Aug 2009 14:25:06 +0100
haskell-edison-core (1.2.1.3-1) unstable; urgency=low
diff --git a/p/haskell-edison-core/debian/control b/p/haskell-edison-core/debian/control
index 4a2564829..640bb1d1d 100644
--- a/p/haskell-edison-core/debian/control
+++ b/p/haskell-edison-core/debian/control
@@ -4,8 +4,8 @@ Priority: optional
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Build-Depends: cdbs,
debhelper (>= 7),
- ghc6 (>= 6.10.3-3),
- ghc6-prof (>= 6.10.3-3),
+ ghc6 (>= 6.10.4),
+ ghc6-prof,
haskell-devscripts (>= 0.6.15+nmu12),
libghc6-mtl-dev (>= 1.1.0.2-7),
libghc6-mtl-prof,
@@ -13,8 +13,8 @@ Build-Depends: cdbs,
libghc6-edison-api-dev (<< 1.2.2),
libghc6-edison-api-prof,
libghc6-quickcheck1-dev (>= 1.2.0.0-2),
- libghc6-quickcheck1-prof
-Build-Depends-Indep: cpphs,
+ libghc6-quickcheck1-prof,
+ cpphs,
haddock,
hugs (>= 98.200609.21),
libhugs-mtl,