[Pkg-haskell-commits] darcs: haskell-src-exts: Correct sed s/ghc6/ghc in changelog entries
Marco Silva
marcot at debian.org
Sun Jan 16 23:24:21 UTC 2011
Sun Jan 16 13:55:56 UTC 2011 Marco Silva <marcot at debian.org>
* Correct sed s/ghc6/ghc in changelog entries
Ignore-this: df83e47e007b770e98329e3bd562bed3
M ./changelog -9 +9
Sun Jan 16 13:55:56 UTC 2011 Marco Silva <marcot at debian.org>
* Correct sed s/ghc6/ghc in changelog entries
Ignore-this: df83e47e007b770e98329e3bd562bed3
diff -rN -u old-haskell-src-exts/changelog new-haskell-src-exts/changelog
--- old-haskell-src-exts/changelog 2011-01-16 23:24:21.365470228 +0000
+++ new-haskell-src-exts/changelog 2011-01-16 23:24:21.369470439 +0000
@@ -1,12 +1,12 @@
haskell-src-exts (1.9.0-3) 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:29 -0200
haskell-src-exts (1.9.0-2) unstable; urgency=low
- * Run ghc without active timer (+RTS -V0 -RTS). Should work around
+ * Run ghc6 without active timer (+RTS -V0 -RTS). Should work around
http://hackage.haskell.org/trac/ghc/ticket/4074 on slow arches. Negative
side effects not known (yet).
@@ -20,7 +20,7 @@
[ Erik de Castro Lopo ]
* New upstream.
* control :
- - Build depend on libghc-cpphs-doc rather than haskell-cpphs-doc.
+ - Build depend on libghc6-cpphs-doc rather than haskell-cpphs-doc.
- FIx lintian warnings.
-- Erik de Castro Lopo <erikd at mega-nerd.com> Wed, 23 Jun 2010 18:18:15 +1000
@@ -145,7 +145,7 @@
- Bump Standard-Version to 3.7.3. No changes needed.
- Add some commented out binary stanzas for API documentation packages
we might want to build in the future.
- - Bump the build dependency on ghc to 6.8.2 so we are sure we get the
+ - Bump the build dependency on ghc6 to 6.8.2 so we are sure we get the
Cabal version 1.2 which is needed to build this package.
* debian/{haskell-harp-doc,haskell-src-exts-doc}.docs: Added.
* debian/rules:
@@ -188,7 +188,7 @@
- Add myself to the Uploaders field.
- Add X-Vcs-Svn and X-Vcs-Browser fields.
* debian/{runcompiler,buildmod.sh}: Removed. No longer necessary.
- * debian/{postinst.in,prerm.in,ghc.in,ghc-pkg6.in,mk-haskell-depends}:
+ * debian/{postinst.in,prerm.in,ghc6.in,ghc6-pkg6.in,mk-haskell-depends}:
Added. Needed for the new debian/rules file
-- Arjan Oosting <arjan at debian.org> Sun, 01 Jul 2007 00:03:08 +0200
@@ -196,7 +196,7 @@
haskell-src-exts (0.2-5.1) unstable; urgency=low
* Non-maintainer upload.
- * Fix FTBFS with ghc 6.6 (Closes: #393642)
+ * Fix FTBFS with ghc6 6.6 (Closes: #393642)
- src/haskell-src-exts/Language/Haskell/Hsx/Lexer.hs: hide isSymbol
when compiling with GHC 6.6.
- src/haskell-src-exts/haskell-src-exts.cabal: add CPP extension which
@@ -217,8 +217,8 @@
haskell-src-exts (0.2-4) unstable; urgency=low
- * Rebuild against ghc 6.4.2.
- * Remove build-dep to libghc-cabal-dev (>= 1.1.1) as ghc 6.4.2 comes with
+ * Rebuild against ghc6 6.4.2.
+ * Remove build-dep to libghc6-cabal-dev (>= 1.1.1) as ghc6 6.4.2 comes with
Cabal-1.1.4.
-- Florian Ragwitz <rafl at debian.org> Mon, 3 Jul 2006 18:35:37 +0200
@@ -235,7 +235,7 @@
haskell-src-exts (0.2-2.1) unstable; urgency=low
* Non-maintainer upload.
- * debian/control: add versioned libghc-cabal-dev and ghc to the
+ * debian/control: add versioned libghc6-cabal-dev and ghc6 to the
Build-Depends to use Cabal version 1.1.1 or later which introduces a
new installation prefix for libraries. (Closes: #352690)
* src/trhsx/trhsx.cabal: added base and haskell98 to the Build-
More information about the Pkg-haskell-commits
mailing list