[Pkg-haskell-commits] darcs: haskell-haddock: Correct sed s/ghc6/ghc in changelog entries

Marco Silva marcot at debian.org
Sun Jan 16 14:24:32 UTC 2011


Sun Jan 16 13:54:36 UTC 2011  Marco Silva <marcot at debian.org>
  * Correct sed s/ghc6/ghc in changelog entries
  Ignore-this: 85e9352133a6c7d0563be8cfccb776c5

    M ./changelog -10 +10

Sun Jan 16 13:54:36 UTC 2011  Marco Silva <marcot at debian.org>
  * Correct sed s/ghc6/ghc in changelog entries
  Ignore-this: 85e9352133a6c7d0563be8cfccb776c5
diff -rN -u old-haskell-haddock/changelog new-haskell-haddock/changelog
--- old-haskell-haddock/changelog	2011-01-16 14:24:32.066416290 +0000
+++ new-haskell-haddock/changelog	2011-01-16 14:24:32.074416711 +0000
@@ -1,6 +1,6 @@
 haskell-haddock (2.7.2-6) UNRELEASED; urgency=low
 
-  * Use ghc instead of ghc
+  * Use ghc instead of ghc6
 
  -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:02 -0200
 
@@ -13,7 +13,7 @@
 haskell-haddock (2.7.2-4) unstable; urgency=low
 
   * Further patch around missing ghci support, complete patch taken from
-    getallinfo-nothing-ghci-566331 in ghc.
+    getallinfo-nothing-ghci-566331 in ghc6.
 
  -- Joachim Breitner <nomeata at debian.org>  Fri, 02 Jul 2010 09:58:27 +0200
 
@@ -27,7 +27,7 @@
 
 haskell-haddock (2.7.2-2) unstable; urgency=low
 
-  * Depend on libghc-ghc-paths-dev (Closes: #587807)
+  * Depend on libghc6-ghc-paths-dev (Closes: #587807)
   * Upload to unstable (experimental was by accident) (Closes: #587808)
     Thanks to Aaron M. Ucko for pointing these out
 
@@ -36,7 +36,7 @@
 haskell-haddock (2.7.2-1) experimental; urgency=low
 
   * Re-upload haddock to Debian to provide the haddock haskell library 
-    The binary is still provided by ghc.
+    The binary is still provided by ghc6.
   * Take over by the Debian Haskell Group, redo packaging
 
  -- Joachim Breitner <nomeata at debian.org>  Thu, 24 Jun 2010 10:17:08 +0200
@@ -59,7 +59,7 @@
 
 haddock (2.4.2-2) unstable; urgency=low
 
-  * Build against ghc 6.10.4.
+  * Build against ghc6 6.10.4.
   * Standards-Version 3.8.2, use Section: haskell.
 
  -- Kari Pahula <kaol at debian.org>  Tue, 21 Jul 2009 01:04:36 +0300
@@ -74,7 +74,7 @@
 
 haddock (2.4.1-4) unstable; urgency=low
 
-  * Built against ghc 6.10.1+dfsg1-13, giving .haddock files uniform
+  * Built against ghc6 6.10.1+dfsg1-13, giving .haddock files uniform
     representation on 32 and 64 bit architectures. (Closes: #516424)
 
  -- Kari Pahula <kaol at debian.org>  Wed, 25 Feb 2009 15:28:37 +0200
@@ -133,7 +133,7 @@
   * Buildable with GHC 6.6. Closes: #393632.
   * Build using cabal:
     * Various debian/rules changes.
-    * Requires ghc >= 6.4.2.
+    * Requires ghc6 >= 6.4.2.
     * No longer uses config.sub/config.guess. Closes: #342419.
   * Build-dep on alex as cleaning removes the generated lexer .hs files.
   * Build-dep on happy as cleaning removes the generated parser .hs files.
@@ -178,8 +178,8 @@
 
 haddock (0.6-2) unstable; urgency=low
 
-  * Re-upload so haddock is compiled against the latest ghc on all
-    arches that have ghc.
+  * Re-upload so haddock is compiled against the latest ghc6 on all
+    arches that have ghc6.
 
  -- Ian Lynagh (wibble) <igloo at debian.org>  Sun, 25 Jul 2004 01:23:10 +0000
 
@@ -212,7 +212,7 @@
 
   * New upstream version.
   * New maintainer.
-  * Give ghc as an alternative build-dep to ghc5.
+  * Give ghc6 as an alternative build-dep to ghc5.
   * No longer use autoconf; update build-deps to match. Closes: #173762.
   * Hack configure and configure.in not to demand flex as the tarball has
     the relevant files pregenerated. Remove flex build-dep.





More information about the Pkg-haskell-commits mailing list