[Pkg-haskell-commits] darcs: 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.

Joachim Breitner mail at joachim-breitner.de
Tue Jul 12 09:40:43 UTC 2011


Tue Jul 12 09:40:36 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Let ghc-doc depend on ghc. It already does via ghc-haddock, making this explicit ensures that the triggers run in the right order. 
  Ignore-this: f318efe3eb6be5d61d959af44c89f7b4

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

Tue Jul 12 09:40:36 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Let ghc-doc depend on ghc. It already does via ghc-haddock, making this explicit ensures that the triggers run in the right order. 
  Ignore-this: f318efe3eb6be5d61d959af44c89f7b4
diff -rN -u old-ghc//changelog new-ghc//changelog
--- old-ghc//changelog	2011-07-12 09:40:43.578055570 +0000
+++ new-ghc//changelog	2011-07-12 09:40:43.582054948 +0000
@@ -1,3 +1,10 @@
+ghc (7.0.4-4) UNRELEASED; urgency=low
+
+  * Let ghc-doc depend on ghc. It already does via ghc-haddock, making this
+    explicit ensures that the triggers run in the right order. 
+
+ -- Joachim Breitner <nomeata at debian.org>  Tue, 12 Jul 2011 11:40:09 +0200
+
 ghc (7.0.4-3) unstable; urgency=low
 
   * Employ similar symlink work-around to merge /var/lib/ghc-*/package.conf.d
diff -rN -u old-ghc//control new-ghc//control
--- old-ghc//control	2011-07-12 09:40:43.578055570 +0000
+++ new-ghc//control	2011-07-12 09:40:43.582054948 +0000
@@ -66,7 +66,7 @@
 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.





More information about the Pkg-haskell-commits mailing list