[Pkg-haskell-commits] darcs: ghc: releasing version 7.4.2-2

Iain Lane laney at debian.org
Mon Oct 8 12:00:39 UTC 2012


Mon Aug  6 20:34:02 UTC 2012  Iain Lane <laney at debian.org>
  * releasing version 7.4.2-2
  Ignore-this: 657b65e6202024151c69ddfbf47641c0

    M ./changelog -1 +1
    R ./patches/no_ghci_on_powerpc

Mon Aug  6 20:34:02 UTC 2012  Iain Lane <laney at debian.org>
  * releasing version 7.4.2-2
  Ignore-this: 657b65e6202024151c69ddfbf47641c0
diff -rN -u old-ghc//changelog new-ghc//changelog
--- old-ghc//changelog	2012-10-08 12:00:38.554228181 +0000
+++ new-ghc//changelog	2012-10-08 12:00:39.310722624 +0000
@@ -1,4 +1,4 @@
-ghc (7.4.2-2) UNRELEASED; urgency=low
+ghc (7.4.2-2) experimental; urgency=low
 
   [ Erik de Castro Lopo ]
   * Add patch to fix GHCi segfault on startup on PowerPC (Closes: #631073).
diff -rN -u old-ghc//patches/no_ghci_on_powerpc new-ghc//patches/no_ghci_on_powerpc
--- old-ghc//patches/no_ghci_on_powerpc	2012-10-08 12:00:38.554228181 +0000
+++ new-ghc//patches/no_ghci_on_powerpc	1970-01-01 00:00:00.000000000 +0000
@@ -1,22 +0,0 @@
-Description: Disable ghci on powerpc
- Despite upstreams make files indicating that it works, we have had too many
- problems with ghci on power, e.g.:
- http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631073. Erik had tried to fix
- it, but eventually gave up:
- http://lists.debian.org/debian-haskell/2011/10/msg00059.html
-Author: Joachim Breitner <nomeata at debian.org>
-Bug-Debian: http://bugs.debian.org/631073
-
-Index: ghc-7.4.2/mk/config.mk.in
-===================================================================
---- ghc-7.4.2.orig/mk/config.mk.in	2012-06-07 03:10:25.000000000 +1000
-+++ ghc-7.4.2/mk/config.mk.in	2012-06-11 15:25:20.000000000 +1000
-@@ -172,7 +172,7 @@
- # has support for this OS/ARCH combination.
- 
- OsSupportsGHCi=$(strip $(patsubst $(HostOS_CPP), YES, $(findstring $(HostOS_CPP), mingw32 cygwin32 linux solaris2 freebsd dragonfly netbsd openbsd darwin kfreebsdgnu)))
--ArchSupportsGHCi=$(strip $(patsubst $(HostArch_CPP), YES, $(findstring $(HostArch_CPP), i386 x86_64 powerpc sparc sparc64 arm)))
-+ArchSupportsGHCi=$(strip $(patsubst $(HostArch_CPP), YES, $(findstring $(HostArch_CPP), i386 x86_64 sparc sparc64 arm)))
- 
- ifeq "$(OsSupportsGHCi)$(ArchSupportsGHCi)" "YESYES"
- GhcWithInterpreter=YES





More information about the Pkg-haskell-commits mailing list