[Pkg-haskell-commits] darcs: haskell-explicit-exception: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 15:27:54 UTC 2011
Sat Jan 15 15:05:53 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 9927900cdac34e5ac3fd774cfb08c55e
M ./changelog +6
M ./control -10 +10
Sat Jan 15 15:05:53 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 9927900cdac34e5ac3fd774cfb08c55e
diff -rN -u old-haskell-explicit-exception/changelog new-haskell-explicit-exception/changelog
--- old-haskell-explicit-exception/changelog 2011-01-15 15:27:54.832376347 +0000
+++ new-haskell-explicit-exception/changelog 2011-01-15 15:27:54.836376557 +0000
@@ -1,3 +1,9 @@
+haskell-explicit-exception (0.1.5-2) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org> Sat, 15 Jan 2011 12:40:57 -0200
+
haskell-explicit-exception (0.1.5-1) unstable; urgency=low
* New upstream release (Closes: 580722).
diff -rN -u old-haskell-explicit-exception/control new-haskell-explicit-exception/control
--- old-haskell-explicit-exception/control 2011-01-15 15:27:54.832376347 +0000
+++ new-haskell-explicit-exception/control 2011-01-15 15:27:54.832376347 +0000
@@ -4,18 +4,18 @@
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
Build-Depends: debhelper (>= 7), cdbs, haskell-devscripts (>= 0.7),
- ghc6, ghc6-prof,
- libghc6-transformers-dev (>= 0.2),
- libghc6-transformers-dev (<< 0.3),
- libghc6-transformers-prof
-Build-Depends-Indep: ghc6-doc,
- libghc6-transformers-doc
+ ghc, ghc-prof,
+ libghc-transformers-dev (>= 0.2),
+ libghc-transformers-dev (<< 0.3),
+ libghc-transformers-prof
+Build-Depends-Indep: ghc-doc,
+ libghc-transformers-doc
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/explicit-exception
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-explicit-exception
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=haskell/haskell-explicit-exception
-Package: libghc6-explicit-exception-dev
+Package: libghc-explicit-exception-dev
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
@@ -30,13 +30,13 @@
and Control.Monad.Error.ErrorT. The second ones are used for
System.IO.readFile and System.IO.hGetContents.
-Package: libghc6-explicit-exception-prof
+Package: libghc-explicit-exception-prof
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: profiling libraries for libghc6-explicit-exception-dev
+Description: profiling libraries for libghc-explicit-exception-dev
This package provides a library for the Haskell programming language
compiled for profiling.
See http://www.haskell.org/ for more information on Haskell.
@@ -46,7 +46,7 @@
and Control.Monad.Error.ErrorT. The second ones are used for
System.IO.readFile and System.IO.hGetContents.
-Package: libghc6-explicit-exception-doc
+Package: libghc-explicit-exception-doc
Section: doc
Architecture: all
Depends: ${haskell:Depends}, ${misc:Depends}
More information about the Pkg-haskell-commits
mailing list