[Pkg-haskell-commits] darcs: haskell-xhtml: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 16:21:02 UTC 2011
Sat Jan 15 15:06:21 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: d1e822a465cd50085ebe40e773c532b7
M ./changelog -4 +7
M ./control -6 +6
Sat Jan 15 15:06:21 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: d1e822a465cd50085ebe40e773c532b7
diff -rN -u old-haskell-xhtml/changelog new-haskell-xhtml/changelog
--- old-haskell-xhtml/changelog 2011-01-15 16:21:02.216379092 +0000
+++ new-haskell-xhtml/changelog 2011-01-15 16:21:02.220379303 +0000
@@ -6,6 +6,9 @@
[ Marco Túlio Gontijo e Silva ]
* debian/source/format: Use 3.0 (quilt).
+ [ Marco Silva ]
+ * Use ghc instead of ghc
+
-- Joachim Breitner <nomeata at debian.org> Fri, 12 Feb 2010 11:25:08 +0100
haskell-xhtml (3000.2.0.1-6) unstable; urgency=low
@@ -51,7 +54,7 @@
* Upgrade to "Generic Haskell cabal library packaging files v10":
* Versioned dependencies are now generated for the Cabal packages we
depend on.
- * Use the new ${impl:ghc6:*_deps} variables in debian/control.in.
+ * Use the new ${impl:ghc:*_deps} variables in debian/control.in.
* Call canonicalise-comma-list on the depends and suggests fields in
control.in. This works around bugs in lintian, where it gets
confused and starts giving spurious warnings.
@@ -109,9 +112,9 @@
haskell-xhtml (2006.9.13-3) unstable; urgency=low
* Upgrade to "Generic Haskell cabal library debian/rules v0.6".
- Tell setup to use ghc6 rather than ghc, so that the postinst/prerm
+ Tell setup to use ghc rather than ghc, so that the postinst/prerm
scripts work when the ghc-pkg symlink doesn't exist or doesn't
- point to ghc6's ghc-pkg.
+ point to ghc's ghc-pkg.
-- Ian Lynagh (wibble) <igloo at debian.org> Mon, 20 Nov 2006 20:50:42 +0000
@@ -127,7 +130,7 @@
haskell-xhtml (2006.9.13-1) unstable; urgency=low
- * Initial release (was part of ghc6 until version 6.6-1).
+ * Initial release (was part of ghc until version 6.6-1).
-- Ian Lynagh (wibble) <igloo at debian.org> Fri, 13 Oct 2006 16:43:11 +0000
diff -rN -u old-haskell-xhtml/control new-haskell-xhtml/control
--- old-haskell-xhtml/control 2011-01-15 16:21:02.216379092 +0000
+++ new-haskell-xhtml/control 2011-01-15 16:21:02.220379303 +0000
@@ -7,15 +7,15 @@
Build-Depends: debhelper (>= 7)
, haskell-devscripts (>= 0.7)
, cdbs
- , ghc6
- , ghc6-prof
- , ghc6-doc
+ , ghc
+ , ghc-prof
+ , ghc-doc
Homepage: http://hackage.haskell.org/package/xhtml
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-xhtml
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-xhtml
-Package: libghc6-xhtml-dev
+Package: libghc-xhtml-dev
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -28,7 +28,7 @@
.
This library provides combinators for constructing HTML documents.
-Package: libghc6-xhtml-prof
+Package: libghc-xhtml-prof
Architecture: any
Depends: ${haskell:Depends}
, ${misc:Depends}
@@ -40,7 +40,7 @@
.
This library provides combinators for constructing HTML documents.
-Package: libghc6-xhtml-doc
+Package: libghc-xhtml-doc
Section: doc
Architecture: all
Depends: ${haskell:Depends}
More information about the Pkg-haskell-commits
mailing list