[Pkg-haskell-commits] darcs: haskell-unix-compat: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 16:17:43 UTC 2011
Sat Jan 15 15:06:20 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: e9bf85f31b77ac0d993326ba0a6f2fd6
./libghc6-unix-compat-doc.doc-base -> ./libghc-unix-compat-doc.doc-base
M ./changelog +6
M ./control -6 +6
M ./libghc-unix-compat-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: e9bf85f31b77ac0d993326ba0a6f2fd6
diff -rN -u old-haskell-unix-compat/changelog new-haskell-unix-compat/changelog
--- old-haskell-unix-compat/changelog 2011-01-15 16:17:43.037882680 +0000
+++ new-haskell-unix-compat/changelog 2011-01-15 16:17:43.045883102 +0000
@@ -1,3 +1,9 @@
+haskell-unix-compat (0.1.2.1-2) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org> Sat, 15 Jan 2011 12:41:34 -0200
+
haskell-unix-compat (0.1.2.1-1) unstable; urgency=low
* Initial release. (closes: #584288)
diff -rN -u old-haskell-unix-compat/control new-haskell-unix-compat/control
--- old-haskell-unix-compat/control 2011-01-15 16:17:43.037882680 +0000
+++ new-haskell-unix-compat/control 2011-01-15 16:17:43.041882891 +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/unix-compat
Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-unix-compat
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-unix-compat
-Package: libghc6-unix-compat-dev
+Package: libghc-unix-compat-dev
Architecture: any
Depends:
${haskell:Depends},
@@ -33,7 +33,7 @@
.
This package contains the libraries compiled for GHC 6.
-Package: libghc6-unix-compat-prof
+Package: libghc-unix-compat-prof
Architecture: any
Depends:
${haskell:Depends},
@@ -49,7 +49,7 @@
.
This package contains the profiling libraries compiled for GHC 6.
-Package: libghc6-unix-compat-doc
+Package: libghc-unix-compat-doc
Section: doc
Architecture: all
Depends:
diff -rN -u old-haskell-unix-compat/libghc6-unix-compat-doc.doc-base new-haskell-unix-compat/libghc6-unix-compat-doc.doc-base
--- old-haskell-unix-compat/libghc6-unix-compat-doc.doc-base 2011-01-15 16:17:43.037882680 +0000
+++ new-haskell-unix-compat/libghc6-unix-compat-doc.doc-base 1970-01-01 00:00:00.000000000 +0000
@@ -1,9 +0,0 @@
-Document: haskell-unix-compat-api
-Title: Documentation for the haskell unix-compat library
-Author: Bjorn Bringert
-Abstract: unix-compat is a Haskell portable POSIX-compatible layer
-Section: Programming/Haskell
-
-Format: HTML
-Index: /usr/share/doc/libghc6-unix-compat-doc/html/index.html
-Files: /usr/share/doc/libghc6-unix-compat-doc/html/*.html
diff -rN -u old-haskell-unix-compat/libghc-unix-compat-doc.doc-base new-haskell-unix-compat/libghc-unix-compat-doc.doc-base
--- old-haskell-unix-compat/libghc-unix-compat-doc.doc-base 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-unix-compat/libghc-unix-compat-doc.doc-base 2011-01-15 16:17:43.041882891 +0000
@@ -0,0 +1,9 @@
+Document: haskell-unix-compat-api
+Title: Documentation for the haskell unix-compat library
+Author: Bjorn Bringert
+Abstract: unix-compat is a Haskell portable POSIX-compatible layer
+Section: Programming/Haskell
+
+Format: HTML
+Index: /usr/share/doc/libghc-unix-compat-doc/html/index.html
+Files: /usr/share/doc/libghc-unix-compat-doc/html/*.html
More information about the Pkg-haskell-commits
mailing list