[Pkg-haskell-commits] darcs: haskell-hxt-xpath: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 15:41:39 UTC 2011
Sat Jan 15 15:06:01 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 12456b158cfcad24e8fa06b6c6f88bad
M ./changelog +6
M ./control -12 +12
Sat Jan 15 15:06:01 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 12456b158cfcad24e8fa06b6c6f88bad
diff -rN -u old-haskell-hxt-xpath/changelog new-haskell-hxt-xpath/changelog
--- old-haskell-hxt-xpath/changelog 2011-01-15 15:41:39.579854638 +0000
+++ new-haskell-hxt-xpath/changelog 2011-01-15 15:41:39.587855060 +0000
@@ -1,3 +1,9 @@
+haskell-hxt-xpath (9.0.0-3) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org> Sat, 15 Jan 2011 12:41:14 -0200
+
haskell-hxt-xpath (9.0.0-2) unstable; urgency=low
* debian/control: add Build-Depends: haskell-hxt (>= 9)
diff -rN -u old-haskell-hxt-xpath/control new-haskell-hxt-xpath/control
--- old-haskell-hxt-xpath/control 2011-01-15 15:41:39.579854638 +0000
+++ new-haskell-hxt-xpath/control 2011-01-15 15:41:39.583854849 +0000
@@ -6,19 +6,19 @@
Build-Depends: debhelper (>= 7.0.50~),
haskell-devscripts(>=0.7),
cdbs,
- ghc6,
- ghc6-prof,
- ghc6-doc,
- libghc6-parsec-dev,
- libghc6-parsec-prof,
- libghc6-parsec-doc,
- libghc6-hxt-dev (>= 9), libghc6-hxt-dev (<< 10),
- libghc6-hxt-prof (>= 9), libghc6-hxt-prof (<< 10),
- libghc6-hxt-doc (>= 9), libghc6-hxt-doc (<< 10),
+ ghc,
+ ghc-prof,
+ ghc-doc,
+ libghc-parsec-dev,
+ libghc-parsec-prof,
+ libghc-parsec-doc,
+ libghc-hxt-dev (>= 9), libghc-hxt-dev (<< 10),
+ libghc-hxt-prof (>= 9), libghc-hxt-prof (<< 10),
+ libghc-hxt-doc (>= 9), libghc-hxt-doc (<< 10),
Standards-Version: 3.9.1
Homepage: http://www.fh-wedel.de/~si/HXmlToolbox/
-Package: libghc6-hxt-xpath-dev
+Package: libghc-hxt-xpath-dev
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
@@ -32,7 +32,7 @@
.
This package contains the libraries compiled for GHC 6.
-Package: libghc6-hxt-xpath-prof
+Package: libghc-hxt-xpath-prof
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
@@ -46,7 +46,7 @@
.
This package contains the profiling libraries compiled for GHC 6.
-Package: libghc6-hxt-xpath-doc
+Package: libghc-hxt-xpath-doc
Section: doc
Architecture: all
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
More information about the Pkg-haskell-commits
mailing list