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

Marco Silva marcot at debian.org
Sat Jan 15 15:18:54 UTC 2011


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

    M ./changelog -4 +8
    M ./control -9 +9

Sat Jan 15 15:05:48 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: e6af5e686b2533b01e1d90f10775c389
diff -rN -u old-haskell-arrows/changelog new-haskell-arrows/changelog
--- old-haskell-arrows/changelog	2011-01-15 15:18:54.235879674 +0000
+++ new-haskell-arrows/changelog	2011-01-15 15:18:54.239879885 +0000
@@ -1,7 +1,11 @@
 haskell-arrows (0.4.1.2-2) 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:45:41 -0300
 
 haskell-arrows (0.4.1.2-1) unstable; urgency=low
@@ -51,7 +55,7 @@
   * Upgrade to "Generic Haskell cabal library packaging files v10":
     * Versioned dependencies are now generated for the Cabal packages we
       depend on.
-    * Use the new ${impl:ghc6:*_deps} variables in debian/control.in.
+    * Use the new ${impl:ghc:*_deps} variables in debian/control.in.
     * Call canonicalise-comma-list on the depends and suggests fields in
       control.in. This works around bugs in lintian, where it gets
       confused and starts giving spurious warnings.
@@ -109,9 +113,9 @@
 haskell-arrows (0.2-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. 
+    point to ghc's ghc-pkg. 
 
  -- Ian Lynagh (wibble) <igloo at debian.org>  Mon, 20 Nov 2006 20:50:42 +0000
 
@@ -127,7 +131,7 @@
 
 haskell-arrows (0.2-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-arrows/control new-haskell-arrows/control
--- old-haskell-arrows/control	2011-01-15 15:18:54.235879674 +0000
+++ new-haskell-arrows/control	2011-01-15 15:18:54.239879885 +0000
@@ -7,17 +7,17 @@
  cdbs,
  debhelper (>= 7),
  haskell-devscripts (>= 0.7),
- ghc6,
- ghc6-prof,
- ghc6-doc,
- libghc6-stream-dev,
- libghc6-stream-prof,
- libghc6-stream-doc
+ ghc,
+ ghc-prof,
+ ghc-doc,
+ libghc-stream-dev,
+ libghc-stream-prof,
+ libghc-stream-doc
 Homepage: http://www.haskell.org/arrows/
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-arrows
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-arrows
 
-Package: libghc6-arrows-dev
+Package: libghc-arrows-dev
 Architecture: any
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Suggests: ${haskell:Suggests}
@@ -29,7 +29,7 @@
  This library provides several classes that extend the Arrow class, and
  some transformers that implement or lift these classes.
 
-Package: libghc6-arrows-prof
+Package: libghc-arrows-prof
 Architecture: any
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Provides: ${haskell:Provides}
@@ -41,7 +41,7 @@
  This library provides several classes that extend the Arrow class, and
  some transformers that implement or lift these classes.
 
-Package: libghc6-arrows-doc
+Package: libghc-arrows-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}





More information about the Pkg-haskell-commits mailing list