summaryrefslogtreecommitdiff
path: root/p/ghc/debian/control
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2011-06-18 22:59:10 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2011-06-18 22:59:10 +0400
commit4d774482a0e040af520fbdc6f17dd62b1a69fd24 (patch)
tree694082fcb9d388f727e720ff198d50e9bf837eb3 /p/ghc/debian/control
parentfdf42baf15b3f0a85ff3d89632014bebb6aada4f (diff)
downloadDHG_packages-4d774482a0e040af520fbdc6f17dd62b1a69fd24.tar.gz
ghc: Make ghc-haddock depend on the exact version of ghc, just to be on the safe side. (Closes: #539312)
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 02725f9e5..2f554a7ab 100644
--- a/p/ghc/debian/control
+++ b/p/ghc/debian/control
@@ -99,7 +99,7 @@ Package: ghc-haddock
Architecture: any
Provides: haddock, ${haddock:Provides}
Conflicts: haddock
-Depends: ghc, ${misc:Depends}, ${shlibs:Depends}
+Depends: ghc (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Homepage: http://www.haskell.org/haddock/
Description: Documentation tool for annotated Haskell source code
Haddock is a tool for automatically generating documentation from