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

Marco Silva marcot at debian.org
Sat Jan 15 16:09:48 UTC 2011


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

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

Sat Jan 15 15:06:18 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: beb42fa4bd50e2643009b481b8ec4fef
diff -rN -u old-haskell-regex-compat/changelog new-haskell-regex-compat/changelog
--- old-haskell-regex-compat/changelog	2011-01-15 16:09:48.616880481 +0000
+++ new-haskell-regex-compat/changelog	2011-01-15 16:09:48.620880692 +0000
@@ -1,3 +1,9 @@
+haskell-regex-compat (0.92-7) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:25 -0200
+
 haskell-regex-compat (0.92-6) unstable; urgency=low
 
   * control: Use versioned Replaces: and Conflicts:
@@ -80,7 +86,7 @@
 
 haskell-regex-compat (0.71.0.1-1) unstable; urgency=low
  
-  * Initial release (used to be part of ghc6).
+  * Initial release (used to be part of ghc).
   * Using "Generic Haskell cabal library packaging files v9".
   
  -- Ian Lynagh (wibble) <igloo at debian.org>  Wed, 21 Nov 2007 01:26:57 +0000
diff -rN -u old-haskell-regex-compat/control new-haskell-regex-compat/control
--- old-haskell-regex-compat/control	2011-01-15 16:09:48.616880481 +0000
+++ new-haskell-regex-compat/control	2011-01-15 16:09:48.620880692 +0000
@@ -7,21 +7,21 @@
  , debhelper (>= 7)
  , haskell-devscripts (>= 0.7)
  , cpphs
- , ghc6 (>= 6.10.3)
- , ghc6-prof
- , ghc6-doc
- , libghc6-regex-base-dev (>= 0.93)
- , libghc6-regex-base-prof
+ , ghc (>= 6.10.3)
+ , ghc-prof
+ , ghc-doc
+ , libghc-regex-base-dev (>= 0.93)
+ , libghc-regex-base-prof
  , haskell-regex-base-doc
- , libghc6-regex-posix-dev (>= 0.93)
- , libghc6-regex-posix-prof 
+ , libghc-regex-posix-dev (>= 0.93)
+ , libghc-regex-posix-prof 
  , haskell-regex-posix-doc
 Standards-Version: 3.8.4
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-regex-compat
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-regex-compat
 Homepage: http://sourceforge.net/projects/lazy-regex
 
-Package: libghc6-regex-compat-dev
+Package: libghc-regex-compat-dev
 Architecture: any
 Depends: ${haskell:Depends}
  , ${misc:Depends}
@@ -34,7 +34,7 @@
  .
  This package contains the libraries for use with GHC 6.
 
-Package: libghc6-regex-compat-prof
+Package: libghc-regex-compat-prof
 Architecture: any
 Depends: ${haskell:Depends}
  , ${shlibs:Depends}
@@ -45,9 +45,9 @@
  expression backend.
  .
  This package contains additional profiling libraries which can be
- used with ghc6-prof.
+ used with ghc-prof.
 
-Package: libghc6-regex-compat-doc
+Package: libghc-regex-compat-doc
 Replaces: haskell-regex-compat-doc (<< 0.92-5)
 Conflicts: haskell-regex-compat-doc (<< 0.92-5)
 Provides: haskell-regex-compat-doc





More information about the Pkg-haskell-commits mailing list