[Pkg-haskell-commits] darcs: haskell-mtl: Use ghc instead of ghc6

Marco Silva marcot at debian.org
Sat Jan 15 16:04:03 UTC 2011


Sat Jan 15 15:06:05 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: ac1d9ced91b424f3b61ce55e589e95e

    M ./changelog -7 +11
    M ./control -6 +6

Sat Jan 15 15:06:05 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: ac1d9ced91b424f3b61ce55e589e95e
diff -rN -u old-haskell-mtl/changelog new-haskell-mtl/changelog
--- old-haskell-mtl/changelog	2011-01-15 16:04:02.942662401 +0000
+++ new-haskell-mtl/changelog	2011-01-15 16:04:02.946662612 +0000
@@ -1,7 +1,11 @@
 haskell-mtl (1.1.0.2-11) UNRELEASED; urgency=low
 
+  [ Marco Túlio Gontijo e Silva ]
   * debian/source/format: Use 3.0 (quilt).
 
+  [ Marco Silva ]
+  * Use ghc instead of ghc
+
  -- Marco Túlio Gontijo e Silva <marcot at debian.org>  Sun, 21 Feb 2010 07:46:03 -0300
 
 haskell-mtl (1.1.0.2-10) unstable; urgency=low
@@ -10,7 +14,7 @@
   * debian/control: Bump Standards-Version: to 3.8.4, no changes needed.
 
   [ Joachim Breitner ]
-  * Rebuild due to ABI change in ghc6, Closes: #569934
+  * Rebuild due to ABI change in ghc, Closes: #569934
 
  -- Joachim Breitner <nomeata at debian.org>  Mon, 15 Feb 2010 11:19:13 +0100
 
@@ -30,7 +34,7 @@
 
 haskell-mtl (1.1.0.2-7) unstable; urgency=low
 
-  * Changed the versioned dependency on ghc6-doc to an unversioned
+  * Changed the versioned dependency on ghc-doc to an unversioned
     Recommends.  (Closes: #530239)
 
  -- Kari Pahula <kaol at debian.org>  Mon, 25 May 2009 23:29:01 +0300
@@ -61,8 +65,8 @@
 
 haskell-mtl (1.1.0.2-2) experimental; urgency=low
 
-  * Set libghc6-mtl-prof depend on ${binary:Version} of libghc6-mtl-dev.
-  * Set libghc6-mtl-doc depend on the current ghc6-doc version.
+  * Set libghc-mtl-prof depend on ${binary:Version} of libghc-mtl-dev.
+  * Set libghc-mtl-doc depend on the current ghc-doc version.
 
  -- Kari Pahula <kaol at debian.org>  Fri, 06 Feb 2009 10:46:44 +0200
 
@@ -126,9 +130,9 @@
 haskell-mtl (1.0-3) unstable; urgency=low
 
   * Upgrade to "Generic Haskell cabal library debian/rules v0.6".
-    Tell setup to use ghc6 rather than ghc, so that the postinst/prerm
+    Tell setup to use ghc rather than ghc, so that the postinst/prerm
     scripts work when the ghc-pkg symlink doesn't exist or doesn't
-    point to ghc6's ghc-pkg. Closes: #395373.
+    point to ghc's ghc-pkg. Closes: #395373.
 
  -- Ian Lynagh (wibble) <igloo at debian.org>  Mon, 20 Nov 2006 20:50:42 +0000
 
@@ -144,7 +148,7 @@
 
 haskell-mtl (1.0-1) unstable; urgency=low
 
-  * Initial release (was part of ghc6 until version 6.6-1).
+  * Initial release (was part of ghc until version 6.6-1).
 
  -- Ian Lynagh (wibble) <igloo at debian.org>  Fri, 13 Oct 2006 16:43:11 +0000
 
diff -rN -u old-haskell-mtl/control new-haskell-mtl/control
--- old-haskell-mtl/control	2011-01-15 16:04:02.938662190 +0000
+++ new-haskell-mtl/control	2011-01-15 16:04:02.946662612 +0000
@@ -7,15 +7,15 @@
 Build-Depends:
  debhelper (>= 7),
  haskell-devscripts (>= 0.7),
- ghc6,
- ghc6-doc,
- ghc6-prof,
+ ghc,
+ ghc-doc,
+ ghc-prof,
  cdbs
 Homepage: http://hackage.haskell.org/package/mtl
 Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-mtl
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-mtl
 
-Package: libghc6-mtl-dev
+Package: libghc-mtl-dev
 Architecture: any
 Depends:
  ${haskell:Depends},
@@ -33,7 +33,7 @@
  by Mark P Jones (<http://www.cse.ogi.edu/~mpj/>), Advanced School
  of Functional Programming, 1995.
 
-Package: libghc6-mtl-prof
+Package: libghc-mtl-prof
 Architecture: any
 Depends:
  ${haskell:Depends},
@@ -51,7 +51,7 @@
  by Mark P Jones (<http://www.cse.ogi.edu/~mpj/>), Advanced School
  of Functional Programming, 1995.
 
-Package: libghc6-mtl-doc
+Package: libghc-mtl-doc
 Section: doc
 Architecture: all
 Depends: ${haskell:Depends}, ${misc:Depends}





More information about the Pkg-haskell-commits mailing list