[Pkg-haskell-commits] darcs: haskell-url: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 16:18:15 UTC 2011
Sat Jan 15 15:06:20 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 932a8d56c314645af8427b78051dc734
./libghc6-url-doc.doc-base -> ./libghc-url-doc.doc-base
M ./changelog -1 +5
M ./control -6 +6
M ./libghc-url-doc.doc-base -2 +2
Sat Jan 15 15:06:20 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 932a8d56c314645af8427b78051dc734
diff -rN -u old-haskell-url/changelog new-haskell-url/changelog
--- old-haskell-url/changelog 2011-01-15 16:18:14.915562603 +0000
+++ new-haskell-url/changelog 2011-01-15 16:18:14.923563025 +0000
@@ -1,8 +1,12 @@
haskell-url (2.1.2-2) UNRELEASED; urgency=low
+ [ Marco Túlio Gontijo e Silva ]
* Use Build-Depends-Indep.
* control: Vcs-Darcs: Use simpler URL.
+ [ Marco Silva ]
+ * Use ghc instead of ghc
+
-- Marco Túlio Gontijo e Silva <marcot at debian.org> Tue, 23 Mar 2010 11:50:54 -0300
haskell-url (2.1.2-1) unstable; urgency=low
@@ -27,7 +31,7 @@
* debian/control: Remove haddock from Build-Depends:, since it's now a
Depends: of haskell-devscripts.
* debian/control: Bump Standards-Version: to 3.8.4, no changes needed.
- * debian/control: Remove uneeded Build-Depends: in libghc6-utf8-
+ * debian/control: Remove uneeded Build-Depends: in libghc-utf8-
string-*.
[ Joachim Breitner ]
diff -rN -u old-haskell-url/control new-haskell-url/control
--- old-haskell-url/control 2011-01-15 16:18:14.915562603 +0000
+++ new-haskell-url/control 2011-01-15 16:18:14.919562814 +0000
@@ -7,15 +7,15 @@
debhelper (>= 7),
haskell-devscripts (>= 0.7),
cdbs,
- ghc6,
- ghc6-prof,
-Build-Depends-Indep: ghc6-doc
+ ghc,
+ ghc-prof,
+Build-Depends-Indep: ghc-doc
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/url
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-url
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-url
-Package: libghc6-url-dev
+Package: libghc-url-dev
Architecture: any
Depends:
${haskell:Depends},
@@ -29,7 +29,7 @@
.
This package contains the libraries compiled for GHC 6.
-Package: libghc6-url-prof
+Package: libghc-url-prof
Architecture: any
Depends:
${haskell:Depends},
@@ -42,7 +42,7 @@
.
This package contains the profiling libraries compiled for GHC 6.
-Package: libghc6-url-doc
+Package: libghc-url-doc
Section: doc
Architecture: all
Depends:
diff -rN -u old-haskell-url/libghc6-url-doc.doc-base new-haskell-url/libghc6-url-doc.doc-base
--- old-haskell-url/libghc6-url-doc.doc-base 2011-01-15 16:18:14.915562603 +0000
+++ new-haskell-url/libghc6-url-doc.doc-base 1970-01-01 00:00:00.000000000 +0000
@@ -1,10 +0,0 @@
-Document: haskell-url-api
-Title: Documentation for the haskell url library
-Author: Iavor S. Diatchki
-Abstract: url is a simple Haskell library that provides simple tools
- to parse and build URL strings.
-Section: Programming/Haskell
-
-Format: HTML
-Index: /usr/share/doc/libghc6-url-doc/html/index.html
-Files: /usr/share/doc/libghc6-url-doc/html/*.html
diff -rN -u old-haskell-url/libghc-url-doc.doc-base new-haskell-url/libghc-url-doc.doc-base
--- old-haskell-url/libghc-url-doc.doc-base 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-url/libghc-url-doc.doc-base 2011-01-15 16:18:14.919562814 +0000
@@ -0,0 +1,10 @@
+Document: haskell-url-api
+Title: Documentation for the haskell url library
+Author: Iavor S. Diatchki
+Abstract: url is a simple Haskell library that provides simple tools
+ to parse and build URL strings.
+Section: Programming/Haskell
+
+Format: HTML
+Index: /usr/share/doc/libghc-url-doc/html/index.html
+Files: /usr/share/doc/libghc-url-doc/html/*.html
More information about the Pkg-haskell-commits
mailing list