[Pkg-haskell-commits] darcs: haskell-hsx: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 15:39:18 UTC 2011
Sat Jan 15 15:05:58 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: c8759919554438fde30ea61720df55ce
./libghc6-hsx-dev.install -> ./libghc-hsx-dev.install
./libghc6-hsx-doc.doc-base -> ./libghc-hsx-doc.doc-base
M ./changelog +6
M ./control -15 +15
M ./libghc-hsx-dev.install -1 +1
M ./libghc-hsx-doc.doc-base -2 +2
Sat Jan 15 15:05:58 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: c8759919554438fde30ea61720df55ce
diff -rN -u old-haskell-hsx/changelog new-haskell-hsx/changelog
--- old-haskell-hsx/changelog 2011-01-15 15:39:18.876437348 +0000
+++ new-haskell-hsx/changelog 2011-01-15 15:39:18.880437559 +0000
@@ -1,3 +1,9 @@
+haskell-hsx (0.7.0-2) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org> Sat, 15 Jan 2011 12:41:10 -0200
+
haskell-hsx (0.7.0-1) unstable; urgency=low
* New upstream release.
diff -rN -u old-haskell-hsx/control new-haskell-hsx/control
--- old-haskell-hsx/control 2011-01-15 15:39:18.876437348 +0000
+++ new-haskell-hsx/control 2011-01-15 15:39:18.880437559 +0000
@@ -7,25 +7,25 @@
debhelper (>= 7),
haskell-devscripts,
cdbs,
- ghc6,
- ghc6-prof,
- libghc6-mtl-dev,
- libghc6-mtl-prof,
- libghc6-src-exts-dev (>= 1.5),
- libghc6-src-exts-prof (>= 1.5),
- libghc6-utf8-string-dev,
- libghc6-utf8-string-prof
+ ghc,
+ ghc-prof,
+ libghc-mtl-dev,
+ libghc-mtl-prof,
+ libghc-src-exts-dev (>= 1.5),
+ libghc-src-exts-prof (>= 1.5),
+ libghc-utf8-string-dev,
+ libghc-utf8-string-prof
Build-Depends-Indep:
- ghc6-doc,
- libghc6-mtl-doc,
- libghc6-src-exts-doc (>= 1.5),
- libghc6-utf8-string-doc
+ ghc-doc,
+ libghc-mtl-doc,
+ libghc-src-exts-doc (>= 1.5),
+ libghc-utf8-string-doc
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/hsx
Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-hsx
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hsx
-Package: libghc6-hsx-dev
+Package: libghc-hsx-dev
Architecture: any
Depends:
${haskell:Depends},
@@ -43,7 +43,7 @@
.
This package contains the libraries compiled for GHC 6.
-Package: libghc6-hsx-prof
+Package: libghc-hsx-prof
Architecture: any
Depends:
${haskell:Depends},
@@ -60,7 +60,7 @@
.
This package contains the profiling libraries compiled for GHC 6.
-Package: libghc6-hsx-doc
+Package: libghc-hsx-doc
Section: doc
Architecture: all
Depends:
diff -rN -u old-haskell-hsx/libghc6-hsx-dev.install new-haskell-hsx/libghc6-hsx-dev.install
--- old-haskell-hsx/libghc6-hsx-dev.install 2011-01-15 15:39:18.876437348 +0000
+++ new-haskell-hsx/libghc6-hsx-dev.install 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-debian/tmp-inst-ghc6/usr/bin/trhsx usr/bin
diff -rN -u old-haskell-hsx/libghc6-hsx-doc.doc-base new-haskell-hsx/libghc6-hsx-doc.doc-base
--- old-haskell-hsx/libghc6-hsx-doc.doc-base 2011-01-15 15:39:18.876437348 +0000
+++ new-haskell-hsx/libghc6-hsx-doc.doc-base 1970-01-01 00:00:00.000000000 +0000
@@ -1,9 +0,0 @@
-Document: haskell-hsx-api
-Title: Documentation for the haskell hsx tool
-Author: Niklas Broberg
-Abstract: hsx is a Haskell tool to allow and preprocess XMl in source code
-Section: Programming/Haskell
-
-Format: HTML
-Index: /usr/share/doc/libghc6-hsx-doc/html/index.html
-Files: /usr/share/doc/libghc6-hsx-doc/html/*.html
diff -rN -u old-haskell-hsx/libghc-hsx-dev.install new-haskell-hsx/libghc-hsx-dev.install
--- old-haskell-hsx/libghc-hsx-dev.install 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hsx/libghc-hsx-dev.install 2011-01-15 15:39:18.876437348 +0000
@@ -0,0 +1 @@
+debian/tmp-inst-ghc/usr/bin/trhsx usr/bin
diff -rN -u old-haskell-hsx/libghc-hsx-doc.doc-base new-haskell-hsx/libghc-hsx-doc.doc-base
--- old-haskell-hsx/libghc-hsx-doc.doc-base 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hsx/libghc-hsx-doc.doc-base 2011-01-15 15:39:18.876437348 +0000
@@ -0,0 +1,9 @@
+Document: haskell-hsx-api
+Title: Documentation for the haskell hsx tool
+Author: Niklas Broberg
+Abstract: hsx is a Haskell tool to allow and preprocess XMl in source code
+Section: Programming/Haskell
+
+Format: HTML
+Index: /usr/share/doc/libghc-hsx-doc/html/index.html
+Files: /usr/share/doc/libghc-hsx-doc/html/*.html
More information about the Pkg-haskell-commits
mailing list