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

Marco Silva marcot at debian.org
Sat Jan 15 15:26:28 UTC 2011


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

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

Sat Jan 15 15:05:53 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 20560e244d70a7d0cc28c9b4aa9f6a66
diff -rN -u old-haskell-editline/changelog new-haskell-editline/changelog
--- old-haskell-editline/changelog	2011-01-15 15:26:28.347817629 +0000
+++ new-haskell-editline/changelog	2011-01-15 15:26:28.351817840 +0000
@@ -1,3 +1,9 @@
+haskell-editline (0.2.1.0-4) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:40:56 -0200
+
 haskell-editline (0.2.1.0-3) unstable; urgency=low
 
   * Adopt by the Debian Haskell Group 
@@ -9,7 +15,7 @@
   * Bump Build-Depends on GHC, haskell-devscripts and ghc
   * Bump Standards-Version to 3.8.2.
   * This sourceful upload additionally corrects the generated upper-bound
-    of the libghc6-editline-dev binary dependency. (Closes: #534130)
+    of the libghc-editline-dev binary dependency. (Closes: #534130)
 
  -- Chris Lamb <lamby at debian.org>  Thu, 25 Jun 2009 00:01:51 +0100
 
diff -rN -u old-haskell-editline/control new-haskell-editline/control
--- old-haskell-editline/control	2011-01-15 15:26:28.347817629 +0000
+++ new-haskell-editline/control	2011-01-15 15:26:28.351817840 +0000
@@ -6,15 +6,15 @@
 Build-Depends: debhelper (>= 7)
   , cdbs
   , haskell-devscripts (>= 0.7)
-  , ghc6
-  , ghc6-doc
+  , ghc
+  , ghc-doc
   , libedit-dev
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/foo
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-foo
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-foo
 
-Package: libghc6-editline-dev
+Package: libghc-editline-dev
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -32,7 +32,7 @@
  Additionally, a readline compatibility module is included which provides a
  subset of the functions from the readline package. 
 
-Package: libghc6-editline-doc
+Package: libghc-editline-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}, ${haskell:Depends}





More information about the Pkg-haskell-commits mailing list