[Pkg-haskell-commits] darcs: haskell-hxt-regex-xmlschema: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 15:40:57 UTC 2011
Sat Jan 15 15:06:01 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 866c433e7b33bf7604644ce4c1b7493a
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: 866c433e7b33bf7604644ce4c1b7493a
diff -rN -u old-haskell-hxt-regex-xmlschema/changelog new-haskell-hxt-regex-xmlschema/changelog
--- old-haskell-hxt-regex-xmlschema/changelog 2011-01-15 15:40:57.777651022 +0000
+++ new-haskell-hxt-regex-xmlschema/changelog 2011-01-15 15:40:57.777651022 +0000
@@ -1,3 +1,9 @@
+haskell-hxt-regex-xmlschema (9.0.0-2) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org> Sat, 15 Jan 2011 12:41:13 -0200
+
haskell-hxt-regex-xmlschema (9.0.0-1) unstable; urgency=low
* Initial release (Closes: #601833)
diff -rN -u old-haskell-hxt-regex-xmlschema/control new-haskell-hxt-regex-xmlschema/control
--- old-haskell-hxt-regex-xmlschema/control 2011-01-15 15:40:57.777651022 +0000
+++ new-haskell-hxt-regex-xmlschema/control 2011-01-15 15:40:57.777651022 +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-charproperties-dev,
- libghc6-hxt-charproperties-prof,
- libghc6-hxt-charproperties-doc,
+ ghc,
+ ghc-prof,
+ ghc-doc,
+ libghc-parsec-dev,
+ libghc-parsec-prof,
+ libghc-parsec-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-regex-xmlschema-dev
+Package: libghc-hxt-regex-xmlschema-dev
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
@@ -41,7 +41,7 @@
.
This package contains the libraries compiled for GHC 6.
-Package: libghc6-hxt-regex-xmlschema-prof
+Package: libghc-hxt-regex-xmlschema-prof
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
@@ -64,7 +64,7 @@
.
This package contains the profiling libraries compiled for GHC 6.
-Package: libghc6-hxt-regex-xmlschema-doc
+Package: libghc-hxt-regex-xmlschema-doc
Section: doc
Architecture: all
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
More information about the Pkg-haskell-commits
mailing list