[Pkg-haskell-commits] darcs: haskell-webkit: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 16:19:53 UTC 2011
Sat Jan 15 15:06:21 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: b27f4f46f745dbe06a360d842efc6dd7
M ./changelog +6
M ./control -25 +25
Sat Jan 15 15:06:21 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: b27f4f46f745dbe06a360d842efc6dd7
diff -rN -u old-haskell-webkit/changelog new-haskell-webkit/changelog
--- old-haskell-webkit/changelog 2011-01-15 16:19:53.792773295 +0000
+++ new-haskell-webkit/changelog 2011-01-15 16:19:53.796773506 +0000
@@ -1,3 +1,9 @@
+haskell-webkit (0.11.0-3) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org> Sat, 15 Jan 2011 12:41:36 -0200
+
haskell-webkit (0.11.0-2) unstable; urgency=low
* control: Remove -prof package.
diff -rN -u old-haskell-webkit/control new-haskell-webkit/control
--- old-haskell-webkit/control 2011-01-15 16:19:53.792773295 +0000
+++ new-haskell-webkit/control 2011-01-15 16:19:53.796773506 +0000
@@ -6,36 +6,36 @@
Build-Depends: debhelper (>= 7)
, cdbs
, haskell-devscripts (>= 0.7)
- , ghc6
-# , ghc6-prof
- , libghc6-mtl-dev
-# , libghc6-mtl-prof
- , libghc6-glib-dev (>= 0.11)
- , libghc6-glib-dev (<< 0.12)
-# , libghc6-glib-prof
- , libghc6-cairo-dev (>= 0.11)
- , libghc6-cairo-dev (<< 0.12)
-# , libghc6-cairo-prof
- , libghc6-pango-dev (>= 0.11)
- , libghc6-pango-dev (<< 0.12)
-# , libghc6-pango-prof
- , libghc6-gtk-dev (>= 0.11)
- , libghc6-gtk-dev (<< 0.12)
-# , libghc6-gtk-prof
+ , ghc
+# , ghc-prof
+ , libghc-mtl-dev
+# , libghc-mtl-prof
+ , libghc-glib-dev (>= 0.11)
+ , libghc-glib-dev (<< 0.12)
+# , libghc-glib-prof
+ , libghc-cairo-dev (>= 0.11)
+ , libghc-cairo-dev (<< 0.12)
+# , libghc-cairo-prof
+ , libghc-pango-dev (>= 0.11)
+ , libghc-pango-dev (<< 0.12)
+# , libghc-pango-prof
+ , libghc-gtk-dev (>= 0.11)
+ , libghc-gtk-dev (<< 0.12)
+# , libghc-gtk-prof
, libwebkit-dev
, gtk2hs-buildtools
-Build-Depends-Indep: ghc6-doc
- , libghc6-mtl-doc
- , libghc6-glib-doc
- , libghc6-cairo-doc
- , libghc6-pango-doc
- , libghc6-gtk-doc
+Build-Depends-Indep: ghc-doc
+ , libghc-mtl-doc
+ , libghc-glib-doc
+ , libghc-cairo-doc
+ , libghc-pango-doc
+ , libghc-gtk-doc
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/webkit
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-webkit
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-webkit
-Package: libghc6-webkit-dev
+Package: libghc-webkit-dev
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -54,7 +54,7 @@
content such as HTML, SVG, XML, and others. It also supports DOM,
XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more.
-# Package: libghc6-webkit-prof
+# Package: libghc-webkit-prof
# Architecture: any
# Depends: ${haskell:Depends}
# , ${misc:Depends}
@@ -72,7 +72,7 @@
# content such as HTML, SVG, XML, and others. It also supports DOM,
# XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more.
-Package: libghc6-webkit-doc
+Package: libghc-webkit-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
More information about the Pkg-haskell-commits
mailing list