[Pkg-haskell-commits] darcs: ghc: Let ghc-haddock break on ghc-doc (<< 7.6.3-20~). Hopefully Closes: #781649.

Joachim Breitner mail at joachim-breitner.de
Wed Apr 1 16:01:18 UTC 2015


Wed Apr  1 14:43:59 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Let ghc-haddock break on ghc-doc (<< 7.6.3-20~). Hopefully Closes: #781649.

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

Wed Apr  1 14:43:59 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Let ghc-haddock break on ghc-doc (<< 7.6.3-20~). Hopefully Closes: #781649.
diff -rN -u old-ghc/changelog new-ghc/changelog
--- old-ghc/changelog	2015-04-01 16:01:17.899824962 +0000
+++ new-ghc/changelog	2015-04-01 16:01:18.059825372 +0000
@@ -1,12 +1,14 @@
 ghc (7.6.3-21) UNRELEASED; urgency=medium
 
-  * Fix watch file. 
+  * Fix watch file.
+  * Let ghc-haddock break on ghc-doc (<< 7.6.3-20~). If I used piuparts
+    correctly, this finally closes: #781649.
 
  -- Joachim Breitner <nomeata at debian.org>  Tue, 03 Mar 2015 09:34:29 +0100
 
 ghc (7.6.3-20) unstable; urgency=medium
 
-  * Mark all triggers -noawait. Possibly Closes: #769554 
+  * Mark all triggers -noawait. Possibly Closes: #769554
 
  -- Joachim Breitner <nomeata at debian.org>  Sun, 23 Nov 2014 11:20:59 +0100
 
diff -rN -u old-ghc/control new-ghc/control
--- old-ghc/control	2015-04-01 16:01:17.899824962 +0000
+++ new-ghc/control	2015-04-01 16:01:17.919825013 +0000
@@ -110,6 +110,7 @@
 Provides: haddock, ${haddock:Provides}
 Conflicts: haddock
 Depends: ghc (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Breaks: ghc-doc (<< 7.6.3-20~)
 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