[Pkg-haskell-commits] darcs: ghc: releasing version 7.4.2-2
Iain Lane
laney at debian.org
Tue Oct 16 07:58:56 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! ./patches/no_ghci_on_powerpc -5 +5
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//patches/no_ghci_on_powerpc new-ghc//patches/no_ghci_on_powerpc
--- old-ghc//patches/no_ghci_on_powerpc 2012-10-16 07:58:56.090485939 +0000
+++ new-ghc//patches/no_ghci_on_powerpc 2012-10-16 07:58:56.328038340 +0000
@@ -7,16 +7,16 @@
Author: Joachim Breitner <nomeata at debian.org>
Bug-Debian: http://bugs.debian.org/631073
-Index: ghc-7.4.0.20111219/mk/config.mk.in
+Index: ghc-7.4.2/mk/config.mk.in
===================================================================
---- ghc-7.4.0.20111219.orig/mk/config.mk.in 2011-12-19 19:11:04.000000000 +0100
-+++ ghc-7.4.0.20111219/mk/config.mk.in 2011-12-21 19:56:11.000000000 +0100
+--- 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)))
-+ArchSupportsGHCi=$(strip $(patsubst $(HostArch_CPP), YES, $(findstring $(HostArch_CPP), i386 x86_64 sparc sparc64)))
+-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