[DHG_packages] 01/02: Fix haskell-debian dependencies
Joachim Breitner
nomeata at moszumanska.debian.org
Thu Aug 13 11:55:33 UTC 2015
This is an automated email from the git hooks/post-receive script.
nomeata pushed a commit to branch master
in repository DHG_packages.
commit 7d976944016e146843a6a0929674f767b6a60ee3
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Thu Aug 13 09:47:38 2015 +0200
Fix haskell-debian dependencies
cabal-debian got it wrong, due to flags.
---
p/haskell-debian/debian/control | 3 +++
1 file changed, 3 insertions(+)
diff --git a/p/haskell-debian/debian/control b/p/haskell-debian/debian/control
index 9beeb6c..fa6d6e3 100644
--- a/p/haskell-debian/debian/control
+++ b/p/haskell-debian/debian/control
@@ -31,6 +31,8 @@ Build-Depends: debhelper (>= 9),
libghc-parsec3-dev (>= 2),
libghc-parsec3-dev (<< 4),
libghc-parsec3-prof,
+ libghc-prettyclass-dev,
+ libghc-prettyclass-prof,
libghc-process-extras-dev (>= 0.2.0),
libghc-process-extras-prof,
libghc-puremd5-dev,
@@ -58,6 +60,7 @@ Build-Depends-Indep: ghc-doc,
libghc-network-doc,
libghc-network-uri-doc,
libghc-parsec3-doc,
+ libghc-prettyclass-doc,
libghc-process-extras-doc,
libghc-puremd5-doc,
libghc-regex-compat-doc,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list