[Pkg-haskell-commits] darcs: haskell-hxt: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 15:40:01 UTC 2011
Sat Jan 15 15:06:01 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 7318aed087d377ddb130951984358909
M ./changelog -3 +9
M ./control -33 +33
Sat Jan 15 15:06:01 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 7318aed087d377ddb130951984358909
diff -rN -u old-haskell-hxt/changelog new-haskell-hxt/changelog
--- old-haskell-hxt/changelog 2011-01-15 15:40:01.330675376 +0000
+++ new-haskell-hxt/changelog 2011-01-15 15:40:01.330675376 +0000
@@ -1,3 +1,9 @@
+haskell-hxt (9.0.1-2) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org> Sat, 15 Jan 2011 12:41:11 -0200
+
haskell-hxt (9.0.1-1) unstable; urgency=low
* New upstream.
@@ -13,7 +19,7 @@
haskell-hxt (8.5.4-1) unstable; urgency=low
* New Upstream.
- * deleate 'debian/libghc6-hxt-doc.examples'.
+ * deleate 'debian/libghc-hxt-doc.examples'.
* debian/control:
* change Priority to extra
* Updated to Standards-Version 3.9.1 (no changes needed)
@@ -27,9 +33,9 @@
Patch taken from
http://www.freebsd.org/cgi/cvsweb.cgi/ports/textproc/hs-hxt/files/
* Add VCS-Fields
- * Add example to libghc6-hxt-doc
+ * Add example to libghc-hxt-doc
* Switch to 3.0 (quilt) source format
- * Run ghc6 without active timer (+RTS -V0 -RTS). Should work around
+ * Run ghc without active timer (+RTS -V0 -RTS). Should work around
http://hackage.haskell.org/trac/ghc/ticket/4074 on slow arches.
* Bump standards version, no change
diff -rN -u old-haskell-hxt/control new-haskell-hxt/control
--- old-haskell-hxt/control 2011-01-15 15:40:01.330675376 +0000
+++ new-haskell-hxt/control 2011-01-15 15:40:01.330675376 +0000
@@ -8,42 +8,42 @@
debhelper (>= 7),
haskell-devscripts(>= 0.7),
libcurl4-gnutls-dev | libcurl-dev,
- ghc6,
- ghc6-prof,
- ghc6-doc,
- libghc6-curl-dev,
- libghc6-curl-prof,
- libghc6-curl-doc,
- libghc6-tagsoup-dev(>=0.8),
- libghc6-tagsoup-prof,
- libghc6-tagsoup-doc,
- libghc6-parallel-dev,
- libghc6-parallel-prof,
- libghc6-parallel-doc,
- libghc6-hunit-dev,
- libghc6-hunit-prof,
- libghc6-hunit-doc,
- libghc6-deepseq-dev,
- libghc6-deepseq-prof,
- libghc6-deepseq-doc,
- libghc6-binary-dev,
- libghc6-binary-prof,
- libghc6-binary-doc,
- libghc6-hxt-charproperties-dev,
- libghc6-hxt-charproperties-prof,
- libghc6-hxt-charproperties-doc,
- libghc6-hxt-regex-xmlschema-dev,
- libghc6-hxt-regex-xmlschema-prof,
- libghc6-hxt-regex-xmlschema-doc,
- libghc6-hxt-unicode-dev,
- libghc6-hxt-unicode-prof,
- libghc6-hxt-unicode-doc,
+ ghc,
+ ghc-prof,
+ ghc-doc,
+ libghc-curl-dev,
+ libghc-curl-prof,
+ libghc-curl-doc,
+ libghc-tagsoup-dev(>=0.8),
+ libghc-tagsoup-prof,
+ libghc-tagsoup-doc,
+ libghc-parallel-dev,
+ libghc-parallel-prof,
+ libghc-parallel-doc,
+ libghc-hunit-dev,
+ libghc-hunit-prof,
+ libghc-hunit-doc,
+ libghc-deepseq-dev,
+ libghc-deepseq-prof,
+ libghc-deepseq-doc,
+ libghc-binary-dev,
+ libghc-binary-prof,
+ libghc-binary-doc,
+ libghc-hxt-charproperties-dev,
+ libghc-hxt-charproperties-prof,
+ libghc-hxt-charproperties-doc,
+ libghc-hxt-regex-xmlschema-dev,
+ libghc-hxt-regex-xmlschema-prof,
+ libghc-hxt-regex-xmlschema-doc,
+ libghc-hxt-unicode-dev,
+ libghc-hxt-unicode-prof,
+ libghc-hxt-unicode-doc,
Standards-Version: 3.9.1
Homepage: http://www.fh-wedel.de/~si/HXmlToolbox/
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hxt
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hxt
-Package: libghc6-hxt-dev
+Package: libghc-hxt-dev
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
@@ -62,7 +62,7 @@
.
This package contains the libraries compiled for GHC 6.
-Package: libghc6-hxt-prof
+Package: libghc-hxt-prof
Architecture: any
Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
@@ -81,7 +81,7 @@
.
This package contains the profiling libraries compiled for GHC 6.
-Package: libghc6-hxt-doc
+Package: libghc-hxt-doc
Section: doc
Architecture: all
Depends: ${haskell:Depends}, ${misc:Depends}
More information about the Pkg-haskell-commits
mailing list