[Pkg-haskell-commits] darcs: haskell-regex-posix: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 16:10:01 UTC 2011
Sat Jan 15 15:06:19 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 8e972725fe250f82ac929501b4d0c9ac
M ./changelog -3 +9
M ./control -9 +9
Sat Jan 15 15:06:19 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 8e972725fe250f82ac929501b4d0c9ac
diff -rN -u old-haskell-regex-posix/changelog new-haskell-regex-posix/changelog
--- old-haskell-regex-posix/changelog 2011-01-15 16:10:01.113539077 +0000
+++ new-haskell-regex-posix/changelog 2011-01-15 16:10:01.117539288 +0000
@@ -1,3 +1,9 @@
+haskell-regex-posix (0.94.1-3) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org> Sat, 15 Jan 2011 12:41:25 -0200
+
haskell-regex-posix (0.94.1-2) unstable; urgency=low
* control: Use versioned Replaces: and Conflicts:
@@ -44,7 +50,7 @@
haskell-regex-posix (0.93.2-4) unstable; urgency=low
* Fix "FTBFS: Could not find module `Text.Regex.Base'" by Build-Depending on
- libghc6-regex-base-prof (Closes: #557036)
+ libghc-regex-base-prof (Closes: #557036)
-- Joachim Breitner <nomeata at debian.org> Thu, 19 Nov 2009 11:47:33 +0100
@@ -78,14 +84,14 @@
* Take over package from Ian, as I already maintain haskell-regex-base,
and move Ian to the Uploaders field.
* Packaging complete redone (based on my haskell-regex-base package).
- * This version of libghc6-regex-posix-dev installs and deinstalls
+ * This version of libghc-regex-posix-dev installs and deinstalls
properly. (Closes: #460599)
-- Arjan Oosting <arjan at debian.org> Mon, 14 Jan 2008 00:48:26 +0100
haskell-regex-posix (0.72.0.2-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:31:28 +0000
diff -rN -u old-haskell-regex-posix/control new-haskell-regex-posix/control
--- old-haskell-regex-posix/control 2011-01-15 16:10:01.109538866 +0000
+++ new-haskell-regex-posix/control 2011-01-15 16:10:01.117539288 +0000
@@ -8,18 +8,18 @@
debhelper (>= 7),
haskell-devscripts (>= 0.7),
cpphs,
- ghc6,
- ghc6-prof,
- ghc6-doc,
- libghc6-regex-base-dev (>= 0.93.1),
- libghc6-regex-base-prof,
+ ghc,
+ ghc-prof,
+ ghc-doc,
+ libghc-regex-base-dev (>= 0.93.1),
+ libghc-regex-base-prof,
haskell-regex-base-doc
Standards-Version: 3.8.4
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-regex-posix/
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-regex-posix
Homepage: http://sourceforge.net/projects/lazy-regex
-Package: libghc6-regex-posix-dev
+Package: libghc-regex-posix-dev
Architecture: any
Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
Suggests: ${haskell:Suggests}
@@ -30,7 +30,7 @@
.
This package contains the libraries for use with GHC 6.
-Package: libghc6-regex-posix-prof
+Package: libghc-regex-posix-prof
Architecture: any
Depends: ${haskell:Depends}, ${misc:Depends}
Suggests: ${haskell:Suggests}
@@ -40,9 +40,9 @@
the interface API of regex-base.
.
This package contains additional profiling libraries which can be
- used with ghc6-prof.
+ used with ghc-prof.
-Package: libghc6-regex-posix-doc
+Package: libghc-regex-posix-doc
Replaces: haskell-regex-posix-doc (<< 0.93.2-6)
Conflicts: haskell-regex-posix-doc (<< 0.93.2-6)
Provides: haskell-regex-posix-doc
More information about the Pkg-haskell-commits
mailing list