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

Marco Silva marcot at debian.org
Sat Jan 15 16:06:39 UTC 2011


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

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

Sat Jan 15 15:06:07 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: ee07cfa43c4e4c1f590771a1e7ee6da6
diff -rN -u old-haskell-pcre-light/changelog new-haskell-pcre-light/changelog
--- old-haskell-pcre-light/changelog	2011-01-15 16:06:39.774928039 +0000
+++ new-haskell-pcre-light/changelog	2011-01-15 16:06:39.774928039 +0000
@@ -1,3 +1,9 @@
+haskell-pcre-light (0.3.1.1-4) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:22 -0200
+
 haskell-pcre-light (0.3.1.1-3) unstable; urgency=low
 
   * control: Use versioned Replaces: and Conflicts:
@@ -47,7 +53,7 @@
 
 haskell-pcre-light (0.3.1-4) unstable; urgency=low
 
-  * Fix dependency on ghc6 which lintian complains about.
+  * Fix dependency on ghc which lintian complains about.
 
  -- Recai Oktaş <roktas at debian.org>  Mon, 26 May 2008 04:15:51 +0300
 
diff -rN -u old-haskell-pcre-light/control new-haskell-pcre-light/control
--- old-haskell-pcre-light/control	2011-01-15 16:06:39.774928039 +0000
+++ new-haskell-pcre-light/control	2011-01-15 16:06:39.774928039 +0000
@@ -7,15 +7,15 @@
 Build-Depends: debhelper (>= 7)
   , haskell-devscripts (>= 0.7)
   , cdbs
-  , ghc6
-  , ghc6-prof
-  , ghc6-doc
+  , ghc
+  , ghc-prof
+  , ghc-doc
   , libpcre3-dev
 Homepage: http://code.haskell.org/~dons/code/pcre-light
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-pcre-light/
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-pcre-light
 
-Package: libghc6-pcre-light-dev
+Package: libghc-pcre-light-dev
 Architecture: any
 Depends: libpcre3-dev
   , ${haskell:Depends}
@@ -31,7 +31,7 @@
  This package provides a library for the Haskell programming language.  See
  http://www.haskell.org/ for more information on Haskell.
 
-Package: libghc6-pcre-light-prof
+Package: libghc-pcre-light-prof
 Architecture: any
 Depends: ${haskell:Depends}
   , ${misc:Depends}
@@ -44,7 +44,7 @@
  This package provides a library for the Haskell programming language, compiled
  for profiling.  See http://www.haskell.org/ for more information on Haskell.
 
-Package: libghc6-pcre-light-doc
+Package: libghc-pcre-light-doc
 Replaces: haskell-pcre-light-doc (<< 0.3.1.1-2)
 Conflicts: haskell-pcre-light-doc (<< 0.3.1.1-2)
 Provides: haskell-pcre-light-doc





More information about the Pkg-haskell-commits mailing list