[Pkg-haskell-commits] darcs: haskell-filemanip: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 15:28:40 UTC 2011
Sat Jan 15 15:05:54 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 23c39120e283281e2b80453d7a13ad64
M ./changelog -1 +5
M ./control -9 +9
Sat Jan 15 15:05:54 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 23c39120e283281e2b80453d7a13ad64
diff -rN -u old-haskell-filemanip/changelog new-haskell-filemanip/changelog
--- old-haskell-filemanip/changelog 2011-01-15 15:28:40.218768696 +0000
+++ new-haskell-filemanip/changelog 2011-01-15 15:28:40.222768907 +0000
@@ -1,7 +1,11 @@
haskell-filemanip (0.3.2-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:51 -0300
haskell-filemanip (0.3.2-2) unstable; urgency=low
@@ -13,7 +17,7 @@
Depends: of haskell-devscripts.
* debian/control: Bump Standards-Version: to 3.8.4, no changes needed.
* debian/control: Use more sintetic link in Homepage:.
- * debian/control: Remove uneeded Build-Depends: in libghc6-filepath-*.
+ * debian/control: Remove uneeded Build-Depends: in libghc-filepath-*.
[ Joachim Breitner ]
* Bump haskell-devscripts dependency to 0.7
diff -rN -u old-haskell-filemanip/control new-haskell-filemanip/control
--- old-haskell-filemanip/control 2011-01-15 15:28:40.214768485 +0000
+++ new-haskell-filemanip/control 2011-01-15 15:28:40.218768696 +0000
@@ -6,18 +6,18 @@
Build-Depends: debhelper (>= 7),
haskell-devscripts (>= 0.7),
cdbs,
- ghc6,
- ghc6-prof,
- ghc6-doc,
- libghc6-mtl-dev,
- libghc6-mtl-prof,
- libghc6-mtl-doc
+ ghc,
+ ghc-prof,
+ ghc-doc,
+ libghc-mtl-dev,
+ libghc-mtl-prof,
+ libghc-mtl-doc
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/FileManip
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-filemanip
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-filemanip
-Package: libghc6-filemanip-dev
+Package: libghc-filemanip-dev
Architecture: any
Depends: ${haskell:Depends},
${shlibs:Depends},
@@ -35,7 +35,7 @@
This package contains the development files.
-Package: libghc6-filemanip-prof
+Package: libghc-filemanip-prof
Architecture: any
Depends: ${haskell:Depends},
${shlibs:Depends},
@@ -52,7 +52,7 @@
.
This package contains the profiling libraries.
-Package: libghc6-filemanip-doc
+Package: libghc-filemanip-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
More information about the Pkg-haskell-commits
mailing list