[Pkg-haskell-commits] darcs: haskell-monadcatchio-mtl: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 16:03:35 UTC 2011
Sat Jan 15 15:06:05 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 2c3ff392e4fb646117319da367484b5a
M ./changelog -1 +5
M ./control -9 +9
Sat Jan 15 15:06:05 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 2c3ff392e4fb646117319da367484b5a
diff -rN -u old-haskell-monadcatchio-mtl/changelog new-haskell-monadcatchio-mtl/changelog
--- old-haskell-monadcatchio-mtl/changelog 2011-01-15 16:03:35.733228346 +0000
+++ new-haskell-monadcatchio-mtl/changelog 2011-01-15 16:03:35.737228557 +0000
@@ -1,7 +1,11 @@
haskell-monadcatchio-mtl (0.2.0.0-4) UNRELEASED; urgency=low
+ [ Marco Túlio Gontijo e Silva ]
* debian/source/format: Use 3.0 (quilt).
+ [ Marco Silva ]
+ * Use ghc instead of ghc
+
-- Marco Túlio Gontijo e Silva <marcot at debian.org> Sun, 21 Feb 2010 07:46:02 -0300
haskell-monadcatchio-mtl (0.2.0.0-3) unstable; urgency=low
@@ -28,7 +32,7 @@
Depends: of haskell-devscripts.
* debian/control: Bump Standards-Version: to 3.8.4, no changes needed.
* debian/control: Bump Build-Depends: version of haskell-devscripts
- and remove versioned dependency on ghc6.
+ and remove versioned dependency on ghc.
-- Marco Túlio Gontijo e Silva <marcot at debian.org> Fri, 12 Feb 2010 09:51:37 -0200
diff -rN -u old-haskell-monadcatchio-mtl/control new-haskell-monadcatchio-mtl/control
--- old-haskell-monadcatchio-mtl/control 2011-01-15 16:03:35.733228346 +0000
+++ new-haskell-monadcatchio-mtl/control 2011-01-15 16:03:35.737228557 +0000
@@ -6,19 +6,19 @@
Build-Depends: debhelper (>= 7)
, cdbs
, haskell-devscripts (>= 0.7)
- , ghc6
- , ghc6-prof
- , libghc6-mtl-dev
- , libghc6-mtl-prof
-Build-Depends-Indep: ghc6-doc
- , libghc6-mtl-doc
+ , ghc
+ , ghc-prof
+ , libghc-mtl-dev
+ , libghc-mtl-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-mtl-doc
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/MonadCatchIO-mtl
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-monadcatchio-mtl
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-monadcatchio-mtl
DM-Upload-Allowed: yes
-Package: libghc6-monadcatchio-mtl-dev
+Package: libghc-monadcatchio-mtl-dev
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -33,7 +33,7 @@
function. For this, it defines the MonadCatchIO class, a subset of MonadIO. It
defines proper instances for most monad transformers in the mtl library.
-Package: libghc6-monadcatchio-mtl-prof
+Package: libghc-monadcatchio-mtl-prof
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -48,7 +48,7 @@
function. For this, it defines the MonadCatchIO class, a subset of MonadIO. It
defines proper instances for most monad transformers in the mtl library.
-Package: libghc6-monadcatchio-mtl-doc
+Package: libghc-monadcatchio-mtl-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
More information about the Pkg-haskell-commits
mailing list