Change logs for ghc6 source package in Intrepid

  • ghc6 (6.8.2-6ubuntu2) intrepid; urgency=low
    
      * libraries/unix/configure.ac: Use AC_SYS_LARGEFILE, taken from
        <http://hackage.haskell.org/trac/ghc/ticket/2093>. Fixes
        accessing getSymbolicLinkStatus with the wrong offsets,
        LP: #263773.
      * Run autoreconf in libraries/unix so that the configure.ac change
        takes effect.
      * debian/control: Set Maintainer from myself to MOTU.
    
     -- Stefan Potyra <email address hidden>   Sat, 27 Sep 2008 22:19:03 +0200
  • ghc6 (6.8.2-6ubuntu1) intrepid; urgency=low
    
      * Merge from Debian unstable (LP: #270601), remaining changes:
        + make lpia similar to i386 in debian/rules
        + add lpia to debian/ghc6_vars via debian/rules
        + add manpage for runghc
    
    ghc6 (6.8.2-6) unstable; urgency=medium
    
      * New maintainer.
      * Made the perl script driver/split/ghc-split not use the obsolete $*
        var (Closes: #489157)
      * Copied libraries/unix/System/Posix/Resource.hsc and
        libraries/base/include/HsBase.h from 6.8.3 to fix issues with
        setResourceLimit. (Closes: #491909)
    
     -- Iain Lane <email address hidden>   Mon, 15 Sep 2008 20:26:40 +0100
  • ghc6 (6.8.2-5ubuntu1) intrepid; urgency=low
    
      * Rebase to unstable, remaining changes:
        + make lpia similar to i386 in debian/rules
          (Adam Conrad who thanked Ian Lynagh).
        + add lpia to debian/ghc6_vars via debian/rules (Adam Conrad).
        + add manpage for runghc (Efrain Valles Pulgar), referring to
          LP bug #95985. Added: debian/runghc.man, and modified
          debian/rules.
        + change Maintainer field to myself in debian/control.
    
     -- Stefan Potyra <email address hidden>   Sat, 10 May 2008 12:19:35 +0200
  • ghc6 (6.8.2-2ubuntu1) hardy; urgency=low
    
      * Merge from debian unstable, remaining changes:
        + add lpia to unregisterized builds in debian/rules, hence disabling
          object splitting as well (Adam Conrad who thanked Ian Lynagh).
        + add lpia to debian/ghc6_vars via debian/rules (Adam Conrad).
        + add manpage for runghc (Efrain Valles Pulgar), referring to
          LP bug #95985. Added: debian/runghc.man, and modified
          debian/rules.
        + Maintainer fields updated
    
    ghc6 (6.8.2-2) unstable; urgency=low
    
      * Apply upstream patch:
            Tweak the splitter
            Ian Lynagh <email address hidden>**20080116195612
            We were generating a label ".LnLC7", which the splitter was confusing
            with a literal constant (LC). The end result was the assembler tripping
            up on ".Ln.text".
        Closes: #466262.
      * Make an hpc symlink in /usr/bin. Closes: #461146.
      * Add a dep and build-dep on gcc >= 4:4.2 as we need the
        -fno-toplevel-reorder flag. Closes: #461332.
      * Put the right upstream source URL in debian/copyright.
        Closes: #465058.
    
     -- <email address hidden> (Cody A.W. Somerville)   Thu, 21 Feb 2008 09:50:06 +0000