[Pkg-haskell-commits] darcs: ghc: Make ghc-haddock depend on the exact version of ghc, just to be on the safe side. (Closes: #539312)

Joachim Breitner mail at joachim-breitner.de
Sat Jun 18 22:13:32 UTC 2011


Sat Jun 18 18:59:10 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Make ghc-haddock depend on the exact version of ghc, just to be on the safe side. (Closes: #539312) 
  Ignore-this: a5151ad8288943aa6f7e414cab7a91

    M ./changelog +2
    M ./control -1 +1

Sat Jun 18 18:59:10 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Make ghc-haddock depend on the exact version of ghc, just to be on the safe side. (Closes: #539312) 
  Ignore-this: a5151ad8288943aa6f7e414cab7a91
diff -rN -u old-ghc//changelog new-ghc//changelog
--- old-ghc//changelog	2011-06-18 22:13:32.329281317 +0000
+++ new-ghc//changelog	2011-06-18 22:13:32.361278004 +0000
@@ -8,6 +8,8 @@
     haddock index.
   * Make Provides: ghc-ghci dependent on existence of ghci binary
     (Closes: #629038)
+  * Make ghc-haddock depend on the exact version of ghc, just to be on the
+    safe side. (Closes: #539312) 
 
  -- Joachim Breitner <nomeata at debian.org>  Sun, 10 Apr 2011 00:08:06 +0530
 
diff -rN -u old-ghc//control new-ghc//control
--- old-ghc//control	2011-06-18 22:13:32.329281317 +0000
+++ new-ghc//control	2011-06-18 22:13:32.337283881 +0000
@@ -99,7 +99,7 @@
 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





More information about the Pkg-haskell-commits mailing list