[Pkg-haskell-commits] darcs: haskell-maybet: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 16:02:29 UTC 2011
Sat Jan 15 15:06:04 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 3aacd281c60bf08a9c334793c7b76484
./libghc6-maybet-doc.doc-base -> ./libghc-maybet-doc.doc-base
M ./changelog +6
M ./control -9 +9
M ./libghc-maybet-doc.doc-base -2 +2
Sat Jan 15 15:06:04 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 3aacd281c60bf08a9c334793c7b76484
diff -rN -u old-haskell-maybet/changelog new-haskell-maybet/changelog
--- old-haskell-maybet/changelog 2011-01-15 16:02:29.385731527 +0000
+++ new-haskell-maybet/changelog 2011-01-15 16:02:29.389731738 +0000
@@ -1,3 +1,9 @@
+haskell-maybet (0.1.2-2) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org> Sat, 15 Jan 2011 12:41:18 -0200
+
haskell-maybet (0.1.2-1) unstable; urgency=low
[ Giovanni Mascellani ]
diff -rN -u old-haskell-maybet/control new-haskell-maybet/control
--- old-haskell-maybet/control 2011-01-15 16:02:29.385731527 +0000
+++ new-haskell-maybet/control 2011-01-15 16:02:29.389731738 +0000
@@ -7,19 +7,19 @@
debhelper (>= 7),
haskell-devscripts,
cdbs,
- ghc6,
- ghc6-prof,
- libghc6-mtl-dev,
- libghc6-mtl-prof
+ ghc,
+ ghc-prof,
+ libghc-mtl-dev,
+ libghc-mtl-prof
Build-Depends-Indep:
- ghc6-doc,
- libghc6-mtl-doc
+ ghc-doc,
+ libghc-mtl-doc
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/MaybeT
Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-maybet
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-maybet
-Package: libghc6-maybet-dev
+Package: libghc-maybet-dev
Architecture: any
Depends:
${haskell:Depends},
@@ -37,7 +37,7 @@
.
This package contains the libraries compiled for GHC 6.
-Package: libghc6-maybet-prof
+Package: libghc-maybet-prof
Architecture: any
Depends:
${haskell:Depends},
@@ -54,7 +54,7 @@
.
This package contains the profiling libraries compiled for GHC 6.
-Package: libghc6-maybet-doc
+Package: libghc-maybet-doc
Section: doc
Architecture: all
Depends:
diff -rN -u old-haskell-maybet/libghc6-maybet-doc.doc-base new-haskell-maybet/libghc6-maybet-doc.doc-base
--- old-haskell-maybet/libghc6-maybet-doc.doc-base 2011-01-15 16:02:29.385731527 +0000
+++ new-haskell-maybet/libghc6-maybet-doc.doc-base 1970-01-01 00:00:00.000000000 +0000
@@ -1,9 +0,0 @@
-Document: haskell-maybet-api
-Title: Documentation for the haskell MaybeT library
-Author: Eric Kidd
-Abstract: MaybeT is a Haskell library that adds Maybe semantics to monads
-Section: Programming/Haskell
-
-Format: HTML
-Index: /usr/share/doc/libghc6-maybet-doc/html/index.html
-Files: /usr/share/doc/libghc6-maybet-doc/html/*.html
diff -rN -u old-haskell-maybet/libghc-maybet-doc.doc-base new-haskell-maybet/libghc-maybet-doc.doc-base
--- old-haskell-maybet/libghc-maybet-doc.doc-base 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-maybet/libghc-maybet-doc.doc-base 2011-01-15 16:02:29.385731527 +0000
@@ -0,0 +1,9 @@
+Document: haskell-maybet-api
+Title: Documentation for the haskell MaybeT library
+Author: Eric Kidd
+Abstract: MaybeT is a Haskell library that adds Maybe semantics to monads
+Section: Programming/Haskell
+
+Format: HTML
+Index: /usr/share/doc/libghc-maybet-doc/html/index.html
+Files: /usr/share/doc/libghc-maybet-doc/html/*.html
More information about the Pkg-haskell-commits
mailing list