[Pkg-haskell-commits] darcs: helium: Correct sed s/ghc6/ghc in changelog entries
Marco Silva
marcot at debian.org
Sun Jan 16 23:30:13 UTC 2011
Sun Jan 16 13:56:13 UTC 2011 Marco Silva <marcot at debian.org>
* Correct sed s/ghc6/ghc in changelog entries
Ignore-this: 2d790ab8d0c51b3dff52ef6afc2e0669
M ./changelog -3 +3
Sun Jan 16 13:56:13 UTC 2011 Marco Silva <marcot at debian.org>
* Correct sed s/ghc6/ghc in changelog entries
Ignore-this: 2d790ab8d0c51b3dff52ef6afc2e0669
diff -rN -u old-helium/changelog new-helium/changelog
--- old-helium/changelog 2011-01-16 23:30:12.959985556 +0000
+++ new-helium/changelog 2011-01-16 23:30:12.979986610 +0000
@@ -1,6 +1,6 @@
helium (1.6-7) UNRELEASED; urgency=low
- * Use ghc instead of ghc
+ * Use ghc instead of ghc6
-- Marco Silva <marcot at debian.org> Sat, 15 Jan 2011 12:41:38 -0200
@@ -36,11 +36,11 @@
helium (1.6-4) unstable; urgency=low
* Make helium compile with GHC 6.8.2:
- - debian/patches/04_fixes-for-ghc.dpatch: Add '-package containers'
+ - debian/patches/04_fixes-for-ghc6.dpatch: Add '-package containers'
to the GHC options as helium uses Data.Map which is in a separate
package now.
- debian/control:
- + Add libghc-parsec-dev to the build dependencies as the parsec
+ + Add libghc6-parsec-dev to the build dependencies as the parsec
module is in separate Debian package now.
+ Bump the build dependency on GHC to >= 6.8.2
* debian/control:
More information about the Pkg-haskell-commits
mailing list