[Pkg-haskell-commits] darcs: haskell-harp: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 15:33:48 UTC 2011
Sat Jan 15 15:05:57 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 8c5a0f3d6223e282658288d971fb0da4
./libghc6-harp-doc.doc-base -> ./libghc-harp-doc.doc-base
M ./changelog +6
M ./control -6 +6
M ./libghc-harp-doc.doc-base -2 +2
Sat Jan 15 15:05:57 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 8c5a0f3d6223e282658288d971fb0da4
diff -rN -u old-haskell-harp/changelog new-haskell-harp/changelog
--- old-haskell-harp/changelog 2011-01-15 15:33:48.795036077 +0000
+++ new-haskell-harp/changelog 2011-01-15 15:33:48.795036077 +0000
@@ -1,3 +1,9 @@
+haskell-harp (0.4-2) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org> Sat, 15 Jan 2011 12:41:04 -0200
+
haskell-harp (0.4-1) unstable; urgency=low
[ Giovanni Mascellani ]
diff -rN -u old-haskell-harp/control new-haskell-harp/control
--- old-haskell-harp/control 2011-01-15 15:33:48.795036077 +0000
+++ new-haskell-harp/control 2011-01-15 15:33:48.795036077 +0000
@@ -7,16 +7,16 @@
debhelper (>= 7),
haskell-devscripts,
cdbs,
- ghc6,
- ghc6-prof
+ ghc,
+ ghc-prof
Build-Depends-Indep:
- ghc6-doc
+ ghc-doc
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/harp
Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-harp
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-harp
-Package: libghc6-harp-dev
+Package: libghc-harp-dev
Architecture: any
Depends:
${haskell:Depends},
@@ -35,7 +35,7 @@
.
This package contains the libraries compiled for GHC 6.
-Package: libghc6-harp-prof
+Package: libghc-harp-prof
Architecture: any
Depends:
${haskell:Depends},
@@ -53,7 +53,7 @@
.
This package contains the profiling libraries compiled for GHC 6.
-Package: libghc6-harp-doc
+Package: libghc-harp-doc
Section: doc
Architecture: all
Depends:
diff -rN -u old-haskell-harp/libghc6-harp-doc.doc-base new-haskell-harp/libghc6-harp-doc.doc-base
--- old-haskell-harp/libghc6-harp-doc.doc-base 2011-01-15 15:33:48.795036077 +0000
+++ new-haskell-harp/libghc6-harp-doc.doc-base 1970-01-01 00:00:00.000000000 +0000
@@ -1,9 +0,0 @@
-Document: haskell-harp-api
-Title: Documentation for the haskell harp library
-Author: Niklas Broberg
-Abstract: harp is a Haskell library that enables the use of regular expressions in pattern matching
-Section: Programming/Haskell
-
-Format: HTML
-Index: /usr/share/doc/libghc6-harp-doc/html/index.html
-Files: /usr/share/doc/libghc6-harp-doc/html/*.html
diff -rN -u old-haskell-harp/libghc-harp-doc.doc-base new-haskell-harp/libghc-harp-doc.doc-base
--- old-haskell-harp/libghc-harp-doc.doc-base 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-harp/libghc-harp-doc.doc-base 2011-01-15 15:33:48.795036077 +0000
@@ -0,0 +1,9 @@
+Document: haskell-harp-api
+Title: Documentation for the haskell harp library
+Author: Niklas Broberg
+Abstract: harp is a Haskell library that enables the use of regular expressions in pattern matching
+Section: Programming/Haskell
+
+Format: HTML
+Index: /usr/share/doc/libghc-harp-doc/html/index.html
+Files: /usr/share/doc/libghc-harp-doc/html/*.html
More information about the Pkg-haskell-commits
mailing list