[Pkg-haskell-commits] darcs: haskell-regex-base: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 16:09:27 UTC 2011
Sat Jan 15 15:06:18 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 5d154fc1e85cc0d101116153dd69236a
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: 5d154fc1e85cc0d101116153dd69236a
diff -rN -u old-haskell-regex-base/changelog new-haskell-regex-base/changelog
--- old-haskell-regex-base/changelog 2011-01-15 16:09:27.019742269 +0000
+++ new-haskell-regex-base/changelog 2011-01-15 16:09:27.023742480 +0000
@@ -1,3 +1,9 @@
+haskell-regex-base (0.93.1-9) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org> Sat, 15 Jan 2011 12:41:25 -0200
+
haskell-regex-base (0.93.1-8) unstable; urgency=low
* control: Use versioned Replaces: and Conflicts:
@@ -85,7 +91,7 @@
* New upstream release.
* debian/control:
- Adjust section of the libghc-regex-base-dev and
- libghc6-regex-base-prof packages to libdevel to fix lintian warning
+ libghc-regex-base-prof packages to libdevel to fix lintian warning
"dev-package-should-be-section-libdevel"
-- Arjan Oosting <arjan at debian.org> Sun, 13 Jan 2008 06:50:34 +0100
diff -rN -u old-haskell-regex-base/control new-haskell-regex-base/control
--- old-haskell-regex-base/control 2011-01-15 16:09:27.019742269 +0000
+++ new-haskell-regex-base/control 2011-01-15 16:09:27.023742480 +0000
@@ -8,18 +8,18 @@
debhelper (>= 7),
haskell-devscripts (>= 0.7),
cpphs,
- ghc6,
- ghc6-prof,
- ghc6-doc,
- libghc6-mtl-dev,
- libghc6-mtl-prof,
- libghc6-mtl-doc,
+ ghc,
+ ghc-prof,
+ ghc-doc,
+ libghc-mtl-dev,
+ libghc-mtl-prof,
+ libghc-mtl-doc,
Standards-Version: 3.8.4
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-regex-base/
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-regex-base
Homepage: http://sourceforge.net/projects/lazy-regex
-Package: libghc6-regex-base-dev
+Package: libghc-regex-base-dev
Architecture: any
Depends: ${haskell:Depends}, ${misc:Depends}
Suggests: ${haskell:Suggests}
@@ -31,7 +31,7 @@
.
This package contains the libraries for use with GHC 6.
-Package: libghc6-regex-base-prof
+Package: libghc-regex-base-prof
Architecture: any
Depends: ${haskell:Depends}, ${misc:Depends}
Suggests: ${haskell:Suggests}
@@ -42,16 +42,16 @@
regex-tdfs, regex-dfa.
.
This package contains additional profiling libraries which can be
- used with ghc6-prof.
+ used with ghc-prof.
-Package: libghc6-regex-base-doc
+Package: libghc-regex-base-doc
Replaces: haskell-regex-base-doc (<< 0.93.1-7)
Conflicts: haskell-regex-base-doc (<< 0.93.1-7)
Provides: haskell-regex-base-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
-Recommends: doc-base, ghc6-doc, libghc6-mtl-doc
+Recommends: doc-base, ghc-doc, libghc-mtl-doc
Description: API documentation for regex-base Haskell library
A library containing the interface API for the Haskell regular
expressions library packages regex-posix, regex-pcre, regex-parsec,
More information about the Pkg-haskell-commits
mailing list