[Pkg-haskell-commits] darcs: haskell-text: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 16:16:43 UTC 2011
Sat Jan 15 15:06:20 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 1ca2dc4157f5d6682523fb301d05f65f
./libghc6-text-doc.doc-base -> ./libghc-text-doc.doc-base
M ./changelog +6
M ./control -9 +9
M ./libghc-text-doc.doc-base -2 +2
Sat Jan 15 15:06:20 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 1ca2dc4157f5d6682523fb301d05f65f
diff -rN -u old-haskell-text/changelog new-haskell-text/changelog
--- old-haskell-text/changelog 2011-01-15 16:16:43.042720981 +0000
+++ new-haskell-text/changelog 2011-01-15 16:16:43.050721402 +0000
@@ -1,3 +1,9 @@
+haskell-text (0.7.1.0-2) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org> Sat, 15 Jan 2011 12:41:33 -0200
+
haskell-text (0.7.1.0-1) unstable; urgency=low
[ Marco TĂșlio Gontijo e Silva ]
diff -rN -u old-haskell-text/control new-haskell-text/control
--- old-haskell-text/control 2011-01-15 16:16:43.042720981 +0000
+++ new-haskell-text/control 2011-01-15 16:16:43.046721191 +0000
@@ -7,19 +7,19 @@
debhelper (>= 7),
haskell-devscripts (>= 0.7),
cdbs,
- ghc6,
- ghc6-prof,
- libghc6-deepseq-dev,
- libghc6-deepseq-prof
+ ghc,
+ ghc-prof,
+ libghc-deepseq-dev,
+ libghc-deepseq-prof
Build-Depends-Indep:
- ghc6-doc,
- libghc6-deepseq-doc
+ ghc-doc,
+ libghc-deepseq-doc
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/text
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-text
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-text
-Package: libghc6-text-dev
+Package: libghc-text-dev
Architecture: any
Depends:
${haskell:Depends},
@@ -38,7 +38,7 @@
.
This package contains the libraries compiled for GHC 6.
-Package: libghc6-text-prof
+Package: libghc-text-prof
Architecture: any
Depends:
${haskell:Depends},
@@ -56,7 +56,7 @@
.
This package contains the profiling libraries compiled for GHC 6.
-Package: libghc6-text-doc
+Package: libghc-text-doc
Section: doc
Architecture: all
Depends:
diff -rN -u old-haskell-text/libghc6-text-doc.doc-base new-haskell-text/libghc6-text-doc.doc-base
--- old-haskell-text/libghc6-text-doc.doc-base 2011-01-15 16:16:43.042720981 +0000
+++ new-haskell-text/libghc6-text-doc.doc-base 1970-01-01 00:00:00.000000000 +0000
@@ -1,11 +0,0 @@
-Document: haskell-text-api
-Title: Documentation for the haskell text library
-Author: Tom Harper
-Abstract: text is a Haskell time and space-efficient implementation of Unicode
- text using packed Word16 arrays, suitable for performance critical use,
- both in terms of large data quantities and high speed.
-Section: Programming/Haskell
-
-Format: HTML
-Index: /usr/share/doc/libghc6-text-doc/html/index.html
-Files: /usr/share/doc/libghc6-text-doc/html/*.html
diff -rN -u old-haskell-text/libghc-text-doc.doc-base new-haskell-text/libghc-text-doc.doc-base
--- old-haskell-text/libghc-text-doc.doc-base 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-text/libghc-text-doc.doc-base 2011-01-15 16:16:43.046721191 +0000
@@ -0,0 +1,11 @@
+Document: haskell-text-api
+Title: Documentation for the haskell text library
+Author: Tom Harper
+Abstract: text is a Haskell time and space-efficient implementation of Unicode
+ text using packed Word16 arrays, suitable for performance critical use,
+ both in terms of large data quantities and high speed.
+Section: Programming/Haskell
+
+Format: HTML
+Index: /usr/share/doc/libghc-text-doc/html/index.html
+Files: /usr/share/doc/libghc-text-doc/html/*.html
More information about the Pkg-haskell-commits
mailing list