summaryrefslogtreecommitdiff
path: root/p/ghc/debian/control
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2011-07-12 13:40:36 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2011-07-12 13:40:36 +0400
commit29ef42ab964a29ee57dff9f14106e0be843a82b3 (patch)
tree6e7be6bd67a1e69031af029bb105f1360cae5bf0 /p/ghc/debian/control
parent39c687a9d5ab1dbeed16c81b851fc76ba1d2aac0 (diff)
downloadDHG_packages-29ef42ab964a29ee57dff9f14106e0be843a82b3.tar.gz
ghc: Let ghc-doc depend on ghc. It already does via ghc-haddock, making this explicit ensures that the triggers run in the right order.
Diffstat (limited to 'p/ghc/debian/control')
-rw-r--r--p/ghc/debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/p/ghc/debian/control b/p/ghc/debian/control
index 2f554a7ab..89c386ca9 100644
--- a/p/ghc/debian/control
+++ b/p/ghc/debian/control
@@ -66,7 +66,7 @@ Suggests: haskell-doc
Provides: ${provided-docs}
Replaces: ghc6-doc (<< 7)
Conflicts: ghc6-doc (<< 7), ghc (<= 7.0.3-1)
-Depends: ${haddock:Depends}, ${misc:Depends}, perl
+Depends: ghc, ${haddock:Depends}, ${misc:Depends}, perl
Description: Documentation for the Glasgow Haskell Compilation system
The Glorious Glasgow Haskell Compilation system (GHC) is a compiler for
Haskell.