[Pkg-haskell-commits] darcs: haskell-ghc-mtl: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 15:29:48 UTC 2011
Sat Jan 15 15:05:55 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: e56bfdc05137d1f4ae18e18bff14450f
M ./changelog -1 +5
M ./control -12 +12
Sat Jan 15 15:05:55 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: e56bfdc05137d1f4ae18e18bff14450f
diff -rN -u old-haskell-ghc-mtl/changelog new-haskell-ghc-mtl/changelog
--- old-haskell-ghc-mtl/changelog 2011-01-15 15:29:48.574371733 +0000
+++ new-haskell-ghc-mtl/changelog 2011-01-15 15:29:48.582372155 +0000
@@ -1,7 +1,11 @@
haskell-ghc-mtl (1.0.1.0-3) 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:45:53 -0300
haskell-ghc-mtl (1.0.1.0-2) unstable; urgency=low
@@ -22,7 +26,7 @@
* debian/control: Bump Standards-Version: to 3.8.4, no changes needed.
* debian/control: Split Build-Depends: to Build-Depends-Indep:.
* debian/control: Bump version of Build-Depends: on haskell-devscripts
- to 0.7 and remove versioned Build-Depends: on ghc6*.
+ to 0.7 and remove versioned Build-Depends: on ghc*.
* debian/control: Include missing haskell: variables.
* Use debian/compat 7.
* debian/control: Use more sintetic link in Homepage:.
diff -rN -u old-haskell-ghc-mtl/control new-haskell-ghc-mtl/control
--- old-haskell-ghc-mtl/control 2011-01-15 15:29:48.574371733 +0000
+++ new-haskell-ghc-mtl/control 2011-01-15 15:29:48.582372155 +0000
@@ -6,22 +6,22 @@
Build-Depends: debhelper (>= 7)
, cdbs
, haskell-devscripts (>= 0.7)
- , ghc6
- , ghc6-prof
- , libghc6-mtl-dev
- , libghc6-mtl-prof
- , libghc6-monadcatchio-mtl-dev (>= 0.2.0.0)
- , libghc6-monadcatchio-mtl-prof
-Build-Depends-Indep: ghc6-doc
- , libghc6-mtl-doc
- , libghc6-monadcatchio-mtl-doc
+ , ghc
+ , ghc-prof
+ , libghc-mtl-dev
+ , libghc-mtl-prof
+ , libghc-monadcatchio-mtl-dev (>= 0.2.0.0)
+ , libghc-monadcatchio-mtl-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-mtl-doc
+ , libghc-monadcatchio-mtl-doc
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/ghc-mtl
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-ghc-mtl
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-ghc-mtl
DM-Upload-Allowed: yes
-Package: libghc6-ghc-mtl-dev
+Package: libghc-ghc-mtl-dev
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -36,7 +36,7 @@
Provides an mtl compatible version of the GhcT monad-transformer defined in
the GHC-API since version 6.10.1.
-Package: libghc6-ghc-mtl-prof
+Package: libghc-ghc-mtl-prof
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -52,7 +52,7 @@
Provides an mtl compatible version of the GhcT monad-transformer defined in
the GHC-API since version 6.10.1.
-Package: libghc6-ghc-mtl-doc
+Package: libghc-ghc-mtl-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
More information about the Pkg-haskell-commits
mailing list