[Pkg-haskell-commits] darcs: haskell-xml: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 16:21:14 UTC 2011
Sat Jan 15 15:06:21 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: fcfe242a96d8bfb8c69f228a23f027eb
./libghc6-xml-doc.doc-base -> ./libghc-xml-doc.doc-base
M ./changelog +6
M ./control -6 +6
M ./libghc-xml-doc.doc-base -2 +2
Sat Jan 15 15:06:21 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: fcfe242a96d8bfb8c69f228a23f027eb
diff -rN -u old-haskell-xml/changelog new-haskell-xml/changelog
--- old-haskell-xml/changelog 2011-01-15 16:21:14.725038274 +0000
+++ new-haskell-xml/changelog 2011-01-15 16:21:14.729038484 +0000
@@ -1,3 +1,9 @@
+haskell-xml (1.3.7-2) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org> Sat, 15 Jan 2011 12:41:37 -0200
+
haskell-xml (1.3.7-1) unstable; urgency=low
[ Marco Túlio Gontijo e Silva ]
diff -rN -u old-haskell-xml/control new-haskell-xml/control
--- old-haskell-xml/control 2011-01-15 16:21:14.725038274 +0000
+++ new-haskell-xml/control 2011-01-15 16:21:14.729038484 +0000
@@ -6,15 +6,15 @@
Build-Depends: debhelper (>= 7)
, haskell-devscripts (>= 0.7)
, cdbs
- , ghc6
- , ghc6-prof
- , ghc6-doc
+ , ghc
+ , ghc-prof
+ , ghc-doc
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/xml
Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-xml
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-xml
-Package: libghc6-xml-dev
+Package: libghc-xml-dev
Architecture: any
Depends: ${haskell:Depends}
, ${misc:Depends}
@@ -27,7 +27,7 @@
.
This package contains the libraries compiled for GHC 6.
-Package: libghc6-xml-prof
+Package: libghc-xml-prof
Architecture: any
Depends: ${haskell:Depends}
, ${misc:Depends}
@@ -39,7 +39,7 @@
.
This package contains the profiling libraries compiled for GHC 6.
-Package: libghc6-xml-doc
+Package: libghc-xml-doc
Section: doc
Architecture: all
Depends: ${haskell:Depends}
diff -rN -u old-haskell-xml/libghc6-xml-doc.doc-base new-haskell-xml/libghc6-xml-doc.doc-base
--- old-haskell-xml/libghc6-xml-doc.doc-base 2011-01-15 16:21:14.725038274 +0000
+++ new-haskell-xml/libghc6-xml-doc.doc-base 1970-01-01 00:00:00.000000000 +0000
@@ -1,10 +0,0 @@
-Document: haskell-xml-api
-Title: Documentation for the haskell xml library
-Author: Iavor S. Diatchki
-Abstract: xml is a simple Haskell XML library, which provides
- lightweight tools to parse, filter and generate XML.
-Section: Programming/Haskell
-
-Format: HTML
-Index: /usr/share/doc/libghc6-xml-doc/html/index.html
-Files: /usr/share/doc/libghc6-xml-doc/html/*.html
diff -rN -u old-haskell-xml/libghc-xml-doc.doc-base new-haskell-xml/libghc-xml-doc.doc-base
--- old-haskell-xml/libghc-xml-doc.doc-base 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-xml/libghc-xml-doc.doc-base 2011-01-15 16:21:14.729038484 +0000
@@ -0,0 +1,10 @@
+Document: haskell-xml-api
+Title: Documentation for the haskell xml library
+Author: Iavor S. Diatchki
+Abstract: xml is a simple Haskell XML library, which provides
+ lightweight tools to parse, filter and generate XML.
+Section: Programming/Haskell
+
+Format: HTML
+Index: /usr/share/doc/libghc-xml-doc/html/index.html
+Files: /usr/share/doc/libghc-xml-doc/html/*.html
More information about the Pkg-haskell-commits
mailing list