ghc.git
13 years agono-useless-timer
Debian Haskell Group [Sat, 16 Jun 2012 10:48:18 +0000 (10:48 +0000)]
no-useless-timer

commit a73d0a21c875ff539c2240e431eaf87173a92bd3
Author: Ian Lynagh <igloo@earth.li>
Date:   Sun Jan 15 19:21:38 2012 +0000

    Fix a #define

    I don't think it was causing any problems, but
        TimeToUS(x+y)
    would have evaluated to
        x + (y / 1000)

    MERGED from commit 54121fffb5ee069d9b7a5628104ff1114ea87182

    On the 7.4 branch, this was causing a wrong conversion in
    getDelayTarget.

Signed-off-by: Paolo Capriotti <p.capriotti@gmail.com>
Gbp-Pq: Name no-useless-timer

13 years agoPPC: Handle right shift of > 31 bits. Fix #5900.
Erik de Castro Lopo [Sat, 16 Jun 2012 15:48:05 +0000 (10:48 -0500)]
PPC: Handle right shift of > 31 bits. Fix #5900.

Gbp-Pq: Name fix-PPC-right-shift-bug

13 years agomemcpy-ffi
Debian Haskell Group [Sat, 16 Jun 2012 10:48:18 +0000 (10:48 +0000)]
memcpy-ffi

commit 40c1106c338e209f07023d165f32bff0f75e2e54
Author: Paolo Capriotti <p.capriotti@gmail.com>
Date:   Wed May 2 15:24:46 2012 +0100
Description:
    Cast memory primops in the C backend (#5976)

    To prevent conflicts with GCC builtins, generate identical code for
    calls to mem primos and FFI calls.

    Based on a patch by Joachim Breitner.
Bug: http://hackage.haskell.org/trac/ghc/ticket/5967
Origin: http://hackage.haskell.org/trac/ghc/changeset/40c1106c338e209f07023d165f32bff0f75e2e54

Gbp-Pq: Name memcpy-ffi.patch

13 years agono-missing-haddock-file-warning
Debian Haskell Group [Sat, 16 Jun 2012 10:48:18 +0000 (10:48 +0000)]
no-missing-haddock-file-warning

Gbp-Pq: Name no-missing-haddock-file-warning

13 years agohurd-is-ELF
Debian Haskell Group [Sat, 16 Jun 2012 10:48:18 +0000 (10:48 +0000)]
hurd-is-ELF

Gbp-Pq: Name hurd-is-ELF

13 years agoARM-VFPv3D16
Debian Haskell Group [Sat, 16 Jun 2012 10:48:18 +0000 (10:48 +0000)]
ARM-VFPv3D16

Gbp-Pq: Name ARM-VFPv3D16

13 years agoarmhf_llvm_abi
Debian Haskell Group [Sat, 16 Jun 2012 10:48:18 +0000 (10:48 +0000)]
armhf_llvm_abi

Gbp-Pq: Name armhf_llvm_abi

13 years agouse-llvm-3.0
Debian Haskell Group [Sat, 16 Jun 2012 10:48:18 +0000 (10:48 +0000)]
use-llvm-3.0

===================================================================

Gbp-Pq: Name use-llvm-3.0

13 years agono_ghci_on_powerpc
Debian Haskell Group [Sat, 16 Jun 2012 10:48:18 +0000 (10:48 +0000)]
no_ghci_on_powerpc

Gbp-Pq: Name no_ghci_on_powerpc

13 years agohaddock-no-library
Debian Haskell Group [Sat, 16 Jun 2012 10:48:18 +0000 (10:48 +0000)]
haddock-no-library

===================================================================

Gbp-Pq: Name haddock-no-library

13 years agouse-debian-gen_contents_index
Debian Haskell Group [Sat, 16 Jun 2012 10:48:18 +0000 (10:48 +0000)]
use-debian-gen_contents_index

===================================================================

Gbp-Pq: Name use-debian-gen_contents_index

13 years agohaddock-hardcode-ghc-paths
Debian Haskell Group [Sat, 16 Jun 2012 10:48:18 +0000 (10:48 +0000)]
haddock-hardcode-ghc-paths

===================================================================

Gbp-Pq: Name haddock-hardcode-ghc-paths

13 years agosystem-libffi
Debian Haskell Group [Sat, 16 Jun 2012 10:48:18 +0000 (10:48 +0000)]
system-libffi

This patch could be replaced by a configure call if
http://hackage.haskell.org/trac/ghc/ticket/5743 were fixed.

Gbp-Pq: Name system-libffi

13 years agofix ARM StgCRun to not save and restore r11/fp register twice
Karel Gardas [Tue, 14 Feb 2012 07:03:07 +0000 (08:03 +0100)]
fix ARM StgCRun to not save and restore r11/fp register twice

Gbp-Pq: Name fix-ARM-StgCRun-to-not-save-and-restore-r11-fp-regis

13 years agofix ARM's StgCRun clobbered register list for both ARM and Thumb modes
Karel Gardas [Tue, 14 Feb 2012 07:01:47 +0000 (08:01 +0100)]
fix ARM's StgCRun clobbered register list for both ARM and Thumb modes

Gbp-Pq: Name fix-ARM-s-StgCRun-clobbered-register-list-for-both-A

13 years agoghc (7.4.1-4) unstable; urgency=low
Joachim Breitner [Sat, 16 Jun 2012 10:48:18 +0000 (10:48 +0000)]
ghc (7.4.1-4) unstable; urgency=low

  [ Erik de Castro Lopo ]
  * Add debian/patches/fix-PPC-right-shift-bug which fixes upstream GHC bug:
    http://hackage.haskell.org/trac/ghc/ticket/6156 (Closes: #677591)
  * Refresh other patches.
  * debian/contol: Add myself to uploaders and set DM-Upload-Allowed to yes.

  [ Joachim Breitner ]
  * debian/patches/no-useless-timer: Backported from GHC 7.4.2, (Closes:
    #677096)
  * Make sure GHC is using ld.bfd, as it passes arguments not understood by
    the gold linker (Closes: #673081)
  * Use a saner priority for the runhaskell alternative. (Closes: #676970).
    TODO for later: Consider removing the alternatives code altogether.

[dgit import unpatched ghc 7.4.1-4]

13 years agoImport ghc_7.4.1-4.debian.tar.gz
Joachim Breitner [Sat, 16 Jun 2012 10:48:18 +0000 (10:48 +0000)]
Import ghc_7.4.1-4.debian.tar.gz

[dgit import tarball ghc 7.4.1-4 ghc_7.4.1-4.debian.tar.gz]

13 years agoImport ghc_7.4.1.orig.tar.bz2
Joachim Breitner [Fri, 3 Feb 2012 15:27:31 +0000 (15:27 +0000)]
Import ghc_7.4.1.orig.tar.bz2

[dgit import orig ghc_7.4.1.orig.tar.bz2]