Package: ghc / 7.10.3-6~bpo8+2

Metadata

Package Version Patches format
ghc 7.10.3-6~bpo8+2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
use debian gen_contents_index | (download)

ghc.mk | 8 1 + 7 - 0 !
1 file changed, 1 insertion(+), 7 deletions(-)

---
ARM VFPv3D16 | (download)

aclocal.m4 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use vfpv3-d16 fpu for arm builds
 Jani writes: The D16 part was Debian/Ubuntu specific, IIRC we define hardfloat
no missing haddock file warning | (download)

utils/ghc-pkg/Main.hs | 6 4 + 2 - 0 !
1 file changed, 4 insertions(+), 2 deletions(-)

 do not emit a warning if the .haddock file is missing
 As it is quite common on Debian installations to install the -dev package
 without the -doc package.
hurd.diff | (download)

aclocal.m4 | 5 4 + 1 - 0 !
compiler/utils/Platform.hs | 2 2 + 0 - 0 !
2 files changed, 6 insertions(+), 1 deletion(-)

---
buildpath abi stability.patch | (download)

compiler/iface/MkIface.hs | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

---
reproducible tmp names | (download)

compiler/main/SysTools.hs | 12 10 + 2 - 0 !
1 file changed, 10 insertions(+), 2 deletions(-)

---
cabal show detail direct.patch | (download)

libraries/Cabal/Cabal/Distribution/Simple/Setup.hs | 5 3 + 2 - 0 !
libraries/Cabal/Cabal/Distribution/Simple/Test/ExeV10.hs | 29 16 + 13 - 0 !
2 files changed, 19 insertions(+), 15 deletions(-)

---
sh4 platform detection support.patch | (download)

aclocal.m4 | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 add platform detection support for renesas sh4
 This patch adds platform detection support for Renesas
 SH4 (SuperH) which is called "sh4" in Debian.
 .

sparc64 initial platform support.patch | (download)

aclocal.m4 | 6 5 + 1 - 0 !
compiler/main/DriverPipeline.hs | 1 1 + 0 - 0 !
compiler/nativeGen/AsmCodeGen.hs | 1 1 + 0 - 0 !
compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs | 4 4 + 0 - 0 !
compiler/nativeGen/RegAlloc/Linear/FreeRegs.hs | 1 1 + 0 - 0 !
compiler/nativeGen/RegAlloc/Linear/Main.hs | 1 1 + 0 - 0 !
compiler/nativeGen/TargetReg.hs | 5 5 + 0 - 0 !
compiler/utils/Platform.hs | 1 1 + 0 - 0 !
8 files changed, 19 insertions(+), 1 deletion(-)

 add initial platform support for sparc64
 This patch adds initial platform support for sparc64 by mapping
 sparc64 to "ArchSPARC64" instead of "ArchUnknown" in aclocal.m4.
 Additionally, it adds "ArchSPARC64" to the list of known platforms
 in compiler/utils/Platform.hs and various code sections of the
 compiler code where the architecture is checked. Finally, it patches
 compiler/main/DriverPipeline.hs to explicitly pass "-no-relax" to gcc.
 See upstream ticket #11211 and Debian bug #807777.
 .