[Pkg-haskell-commits] darcs: haskell-hjavascript: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 15:36:11 UTC 2011
Sat Jan 15 15:05:57 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 93c0d75355436781afa9d9fc89833e84
./libghc6-hjavascript-doc.doc-base -> ./libghc-hjavascript-doc.doc-base
M ./changelog +6
M ./control -6 +6
M ./libghc-hjavascript-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: 93c0d75355436781afa9d9fc89833e84
diff -rN -u old-haskell-hjavascript/changelog new-haskell-hjavascript/changelog
--- old-haskell-hjavascript/changelog 2011-01-15 15:36:11.806575519 +0000
+++ new-haskell-hjavascript/changelog 2011-01-15 15:36:11.810575730 +0000
@@ -1,3 +1,9 @@
+haskell-hjavascript (0.4.7-2) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org> Sat, 15 Jan 2011 12:41:07 -0200
+
haskell-hjavascript (0.4.7-1) unstable; urgency=low
[ Giovanni Mascellani ]
diff -rN -u old-haskell-hjavascript/control new-haskell-hjavascript/control
--- old-haskell-hjavascript/control 2011-01-15 15:36:11.806575519 +0000
+++ new-haskell-hjavascript/control 2011-01-15 15:36:11.810575730 +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/HJavaScript
Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-hjavascript
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hjavascript
-Package: libghc6-hjavascript-dev
+Package: libghc-hjavascript-dev
Architecture: any
Depends:
${haskell:Depends},
@@ -37,7 +37,7 @@
.
This package contains the libraries compiled for GHC 6.
-Package: libghc6-hjavascript-prof
+Package: libghc-hjavascript-prof
Architecture: any
Depends:
${haskell:Depends},
@@ -57,7 +57,7 @@
.
This package contains the profiling libraries compiled for GHC 6.
-Package: libghc6-hjavascript-doc
+Package: libghc-hjavascript-doc
Section: doc
Architecture: all
Depends:
diff -rN -u old-haskell-hjavascript/libghc6-hjavascript-doc.doc-base new-haskell-hjavascript/libghc6-hjavascript-doc.doc-base
--- old-haskell-hjavascript/libghc6-hjavascript-doc.doc-base 2011-01-15 15:36:11.806575519 +0000
+++ new-haskell-hjavascript/libghc6-hjavascript-doc.doc-base 1970-01-01 00:00:00.000000000 +0000
@@ -1,9 +0,0 @@
-Document: haskell-hjavascript-api
-Title: Documentation for the haskell HJavaScript library
-Author: Niklas Broberg
-Abstract: HJavaScript is a Haskell library that enables the use of regular expressions in pattern matching
-Section: Programming/Haskell
-
-Format: HTML
-Index: /usr/share/doc/libghc6-hjavascript-doc/html/index.html
-Files: /usr/share/doc/libghc6-hjavascript-doc/html/*.html
diff -rN -u old-haskell-hjavascript/libghc-hjavascript-doc.doc-base new-haskell-hjavascript/libghc-hjavascript-doc.doc-base
--- old-haskell-hjavascript/libghc-hjavascript-doc.doc-base 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hjavascript/libghc-hjavascript-doc.doc-base 2011-01-15 15:36:11.810575730 +0000
@@ -0,0 +1,9 @@
+Document: haskell-hjavascript-api
+Title: Documentation for the haskell HJavaScript library
+Author: Niklas Broberg
+Abstract: HJavaScript is a Haskell library that enables the use of regular expressions in pattern matching
+Section: Programming/Haskell
+
+Format: HTML
+Index: /usr/share/doc/libghc-hjavascript-doc/html/index.html
+Files: /usr/share/doc/libghc-hjavascript-doc/html/*.html
More information about the Pkg-haskell-commits
mailing list