diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2015-08-13 09:47:38 +0200 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2015-08-13 13:55:28 +0200 |
commit | 7d976944016e146843a6a0929674f767b6a60ee3 (patch) | |
tree | 115a18d80357b399cb401b8626712f395676db3c | |
parent | 1ce80d4a4c68c755d3b772d5daef3ef5877a30ea (diff) | |
download | DHG_packages-7d976944016e146843a6a0929674f767b6a60ee3.tar.gz |
Fix haskell-debian dependencies
cabal-debian got it wrong, due to flags.
-rw-r--r-- | p/haskell-debian/debian/control | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/p/haskell-debian/debian/control b/p/haskell-debian/debian/control index 9beeb6c53..fa6d6e322 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, |