[Pkg-haskell-commits] darcs: haskell-hsp: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 15:37:37 UTC 2011
Sat Jan 15 15:05:57 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: a22bca4458557dfddcbd12dda9eefe5
./libghc6-hsp-doc.doc-base -> ./libghc-hsp-doc.doc-base
M ./changelog +6
M ./control -18 +18
M ./libghc-hsp-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: a22bca4458557dfddcbd12dda9eefe5
diff -rN -u old-haskell-hsp/changelog new-haskell-hsp/changelog
--- old-haskell-hsp/changelog 2011-01-15 15:37:36.895061202 +0000
+++ new-haskell-hsp/changelog 2011-01-15 15:37:36.895061202 +0000
@@ -1,3 +1,9 @@
+haskell-hsp (0.5.2-2) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org> Sat, 15 Jan 2011 12:41:08 -0200
+
haskell-hsp (0.5.2-1) unstable; urgency=low
* Initial release. (closes: #583168)
diff -rN -u old-haskell-hsp/control new-haskell-hsp/control
--- old-haskell-hsp/control 2011-01-15 15:37:36.895061202 +0000
+++ new-haskell-hsp/control 2011-01-15 15:37:36.895061202 +0000
@@ -7,28 +7,28 @@
debhelper (>= 7),
haskell-devscripts,
cdbs,
- ghc6,
- ghc6-prof,
- libghc6-mtl-dev,
- libghc6-mtl-prof,
- libghc6-harp-dev,
- libghc6-harp-prof,
- libghc6-hsx-dev (>= 0.7.0),
- libghc6-hsx-prof (>= 0.7.0),
- libghc6-hjscript-dev (>= 0.5.0),
- libghc6-hjscript-prof (>= 0.5.0)
+ ghc,
+ ghc-prof,
+ libghc-mtl-dev,
+ libghc-mtl-prof,
+ libghc-harp-dev,
+ libghc-harp-prof,
+ libghc-hsx-dev (>= 0.7.0),
+ libghc-hsx-prof (>= 0.7.0),
+ libghc-hjscript-dev (>= 0.5.0),
+ libghc-hjscript-prof (>= 0.5.0)
Build-Depends-Indep:
- ghc6-doc,
- libghc6-mtl-doc,
- libghc6-harp-doc,
- libghc6-hsx-doc (>= 0.7.0),
- libghc6-hjscript-doc (>= 0.5.0)
+ ghc-doc,
+ libghc-mtl-doc,
+ libghc-harp-doc,
+ libghc-hsx-doc (>= 0.7.0),
+ libghc-hjscript-doc (>= 0.5.0)
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/hsp
Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-hsp
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hsp
-Package: libghc6-hsp-dev
+Package: libghc-hsp-dev
Architecture: any
Depends:
${haskell:Depends},
@@ -45,7 +45,7 @@
.
This package contains the libraries compiled for GHC 6.
-Package: libghc6-hsp-prof
+Package: libghc-hsp-prof
Architecture: any
Depends:
${haskell:Depends},
@@ -61,7 +61,7 @@
.
This package contains the profiling libraries compiled for GHC 6.
-Package: libghc6-hsp-doc
+Package: libghc-hsp-doc
Section: doc
Architecture: all
Depends:
diff -rN -u old-haskell-hsp/libghc6-hsp-doc.doc-base new-haskell-hsp/libghc6-hsp-doc.doc-base
--- old-haskell-hsp/libghc6-hsp-doc.doc-base 2011-01-15 15:37:36.891060991 +0000
+++ new-haskell-hsp/libghc6-hsp-doc.doc-base 1970-01-01 00:00:00.000000000 +0000
@@ -1,9 +0,0 @@
-Document: haskell-hsp-api
-Title: Documentation for the haskell hsp library
-Author: Niklas Broberg
-Abstract: hsp is a Haskell library for dynamic server-side web pages
-Section: Programming/Haskell
-
-Format: HTML
-Index: /usr/share/doc/libghc6-hsp-doc/html/index.html
-Files: /usr/share/doc/libghc6-hsp-doc/html/*.html
diff -rN -u old-haskell-hsp/libghc-hsp-doc.doc-base new-haskell-hsp/libghc-hsp-doc.doc-base
--- old-haskell-hsp/libghc-hsp-doc.doc-base 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hsp/libghc-hsp-doc.doc-base 2011-01-15 15:37:36.895061202 +0000
@@ -0,0 +1,9 @@
+Document: haskell-hsp-api
+Title: Documentation for the haskell hsp library
+Author: Niklas Broberg
+Abstract: hsp is a Haskell library for dynamic server-side web pages
+Section: Programming/Haskell
+
+Format: HTML
+Index: /usr/share/doc/libghc-hsp-doc/html/index.html
+Files: /usr/share/doc/libghc-hsp-doc/html/*.html
More information about the Pkg-haskell-commits
mailing list