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