summaryrefslogtreecommitdiff
path: root/p/haskell-xhtml
diff options
context:
space:
mode:
authorMarco Silva <marcot@debian.org>2011-01-15 18:06:21 +0300
committerMarco Silva <marcot@debian.org>2011-01-15 18:06:21 +0300
commit2dda359ab82cb745f7fe640749452ab625f616dc (patch)
treeda42d4f328919269b6bc2948cf30870392152f0f /p/haskell-xhtml
parent8fa576bf455719fcd38c51e540e180c9cba19c44 (diff)
downloadDHG_packages-2dda359ab82cb745f7fe640749452ab625f616dc.tar.gz
haskell-xhtml: Use ghc instead of ghc6
Diffstat (limited to 'p/haskell-xhtml')
-rw-r--r--p/haskell-xhtml/debian/changelog12
-rw-r--r--p/haskell-xhtml/debian/control12
2 files changed, 14 insertions, 10 deletions
diff --git a/p/haskell-xhtml/debian/changelog b/p/haskell-xhtml/debian/changelog
index 295fb85da..5e5eb070d 100644
--- a/p/haskell-xhtml/debian/changelog
+++ b/p/haskell-xhtml/debian/changelog
@@ -6,6 +6,9 @@ haskell-xhtml (3000.2.0.1-7) UNRELEASED; urgency=low
[ Marco TĂșlio Gontijo e Silva ]
* debian/source/format: Use 3.0 (quilt).
+ [ Marco Silva ]
+ * Use ghc instead of ghc
+
-- Joachim Breitner <nomeata@debian.org> Fri, 12 Feb 2010 11:25:08 +0100
haskell-xhtml (3000.2.0.1-6) unstable; urgency=low
@@ -51,7 +54,7 @@ haskell-xhtml (3000.0.2.1-2) unstable; urgency=low
* 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 (3000.0.2-1) unstable; urgency=low
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@debian.org> Mon, 20 Nov 2006 20:50:42 +0000
@@ -127,6 +130,7 @@ haskell-xhtml (2006.9.13-2) unstable; urgency=low
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@debian.org> Fri, 13 Oct 2006 16:43:11 +0000
+
diff --git a/p/haskell-xhtml/debian/control b/p/haskell-xhtml/debian/control
index fa8305b6e..5a1f5ff93 100644
--- a/p/haskell-xhtml/debian/control
+++ b/p/haskell-xhtml/debian/control
@@ -7,15 +7,15 @@ Standards-Version: 3.8.4
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 @@ Description: Haskell xhtml library for GHC
.
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 @@ Description: Haskell xhtml library for GHC; profiling libraries
.
This library provides combinators for constructing HTML documents.
-Package: libghc6-xhtml-doc
+Package: libghc-xhtml-doc
Section: doc
Architecture: all
Depends: ${haskell:Depends}