[Pkg-haskell-commits] darcs: haskell-dbus: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 15:24:01 UTC 2011
Sat Jan 15 15:05:51 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 7f08df14a73852a328eb6f8e9bf15802
M ./changelog +6
M ./control -6 +6
Sat Jan 15 15:05:51 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 7f08df14a73852a328eb6f8e9bf15802
diff -rN -u old-haskell-dbus/changelog new-haskell-dbus/changelog
--- old-haskell-dbus/changelog 2011-01-15 15:24:01.328067871 +0000
+++ new-haskell-dbus/changelog 2011-01-15 15:24:01.332068082 +0000
@@ -1,3 +1,9 @@
+haskell-dbus (0.4-2) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org> Sat, 15 Jan 2011 12:40:53 -0200
+
haskell-dbus (0.4-1) unstable; urgency=low
* Initial Release (Closes: #608224)
diff -rN -u old-haskell-dbus/control new-haskell-dbus/control
--- old-haskell-dbus/control 2011-01-15 15:24:01.328067871 +0000
+++ new-haskell-dbus/control 2011-01-15 15:24:01.332068082 +0000
@@ -6,16 +6,16 @@
Build-Depends: debhelper (>= 7)
, cdbs
, haskell-devscripts (>= 0.7)
- , ghc6
- , ghc6-prof
+ , ghc
+ , ghc-prof
, libdbus-1-dev
-Build-Depends-Indep: ghc6-doc
+Build-Depends-Indep: ghc-doc
Standards-Version: 3.9.1
Homepage: http://hackage.haskell.org/package/DBus
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-dbus
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-dbus
-Package: libghc6-dbus-dev
+Package: libghc-dbus-dev
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -35,7 +35,7 @@
of complexity. For more details on D-Bus, see the D-Bus wiki at
http://www.freedesktop.org/wiki/Software/dbus
-Package: libghc6-dbus-prof
+Package: libghc-dbus-prof
Architecture: any
Depends: ${haskell:Depends}
, ${misc:Depends}
@@ -54,7 +54,7 @@
of complexity. For more details on D-Bus, see the D-Bus wiki at
http://www.freedesktop.org/wiki/Software/dbus
-Package: libghc6-dbus-doc
+Package: libghc-dbus-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
More information about the Pkg-haskell-commits
mailing list