[ubuntu/lucid] ghc6 6.12.1-9 (Accepted)
Ubuntu Installer
archive at ubuntu.com
Tue Feb 16 13:52:20 GMT 2010
ghc6 (6.12.1-9) unstable; urgency=low
* Remove /usr/lib/ghc-$(ProjectVersion)/lib/haddock (ie. the internal
haddock binary that ghc6 used at build time) from the ghc6 package.
* Install haddock's files from /usr/share/haddock-$VERSION in ghc6
package, not ghc6-doc.
ghc6 (6.12.1-8) unstable; urgency=low
* Use tabs instead of 8 spaces in debian/rules for ia64 specific flags.
ghc6 (6.12.1-7) unstable; urgency=low
* Include patches to haddock to ghc6's own patches and don't apply them
in debian/rules.
* Update the patch for alpha.
* ghc6-doc depends on ghc6 (>= ${binary:Version}), not haddock.
* Upload to unstable.
ghc6 (6.12.1-6) experimental; urgency=low
* Use some more compiler flags to make ghc6 build on ia64 for real.
* Patch TcForeign.lhs and EventLog.c to make ghc6 build on alpha.
ghc6 (6.12.1-5) experimental; urgency=low
* Included haddock with the ghc6 package. Provides, conflicts and
replaces haddock. Copied over haddock.1 from the haddock package.
* Build with UseLibFFIForAdjustors=YES on alpha.
* Set ghc6 depend on libc6-dev. (Closes: #567809)
* Standards-Version 3.8.4, no changes necessary.
* Patch up the sources some more for kfreebsd. (Closes: #567298)
ghc6 (6.12.1-4) experimental; urgency=low
* Patched utils/haddock/src/Haddock/Interface/Create.hs to use
lookupGlobalName instead of lookupName when GHCI is
unavailable. (Closes: #566331)
ghc6 (6.12.1-3) experimental; urgency=low
* Updated ghc-pkg's man page.
* Added a trigger to run ghc-pkg recache when files are added to
/var/lib/ghc-6.12.1/package.conf.d/.
* Patch rts/posix/OSThreads.c to define _GNU_SOURCE on kfreebsd
too. (Closes: #565818)
* Patch utils/haddock/src/Haddock/Interface/AttachInstances.hs to use
Nothing as mb_info in attachInstances when GHCI is
unavailable. (Closes: #566331)
* Breaks cabal-install (<< 0.8.0).
ghc6 (6.12.1-2) experimental; urgency=low
* Added missing build dependency: libncurses5-dev.
* Use the included haddock to build documentation and drop the
build-depends-indep on haddock.
ghc6 (6.12.1-1) experimental; urgency=low
* New upstream release (Closes: #539789)
* System.Posix.Semaphore fixed. (Closes: #544127)
* Switch to dpkg-source 3.0 (quilt) format
* Standards-Version 3.8.3 (no changes necessary).
* Added a dependency on libbsd-dev (Closes: #549403)
* Patched compiler/utils/Panic.lhs to add a message to internal GHC
error messages, suggesting removing .hi files and pointing to
README.Debian. (Closes: #532443)
* Don't alter Binary.hs and just let Ints to be stored in architecture
native format.
* Don't set XMLDocWays in build.mk since it's not used anymore.
* Remove lpia arch from debian/rules.
* Split debian/rules binary to binary-arch and binary-indep. (Closes: #543972)
* Set SRC_HC_OPTS += -lffi in build.mk and update the patch
system-libffi to use Debian's packaged libffi.
* Update the patch to make the build system use /usr/bin/haddock and not
build its own.
ghc6 (6.10.4-2) unstable; urgency=low
* Patch libraries/unix/System/Posix/Semaphore.hsc
Date: Tue, 16 Feb 2010 13:51:01 +0000
Changed-By: Iain Lane <launchpad at orangesquash.org.uk>
Maintainer: Kari Pahula <kaol at debian.org>
Origin: Debian/unstable
https://launchpad.net/ubuntu/lucid/+source/ghc6/6.12.1-9
-------------- next part --------------
Origin: Debian/unstable
Format: 1.7
Date: Tue, 16 Feb 2010 13:51:01 +0000
Source: ghc6
Binary: ghc6, ghc6-prof, ghc6-doc
Architecture: source
Version: 6.12.1-9
Distribution: lucid
Urgency: low
Maintainer: Kari Pahula <kaol at debian.org>
Changed-By: Iain Lane <launchpad at orangesquash.org.uk>
Description:
ghc6 - GHC - the Glasgow Haskell Compilation system
Closes: 532443 539789 543972 544127 549403 565818 566331 566331 567298 567809
Changes:
ghc6 (6.12.1-9) unstable; urgency=low
.
* Remove /usr/lib/ghc-$(ProjectVersion)/lib/haddock (ie. the internal
haddock binary that ghc6 used at build time) from the ghc6 package.
* Install haddock's files from /usr/share/haddock-$VERSION in ghc6
package, not ghc6-doc.
.
ghc6 (6.12.1-8) unstable; urgency=low
.
* Use tabs instead of 8 spaces in debian/rules for ia64 specific flags.
.
ghc6 (6.12.1-7) unstable; urgency=low
.
* Include patches to haddock to ghc6's own patches and don't apply them
in debian/rules.
* Update the patch for alpha.
* ghc6-doc depends on ghc6 (>= ${binary:Version}), not haddock.
* Upload to unstable.
.
ghc6 (6.12.1-6) experimental; urgency=low
.
* Use some more compiler flags to make ghc6 build on ia64 for real.
* Patch TcForeign.lhs and EventLog.c to make ghc6 build on alpha.
.
ghc6 (6.12.1-5) experimental; urgency=low
.
* Included haddock with the ghc6 package. Provides, conflicts and
replaces haddock. Copied over haddock.1 from the haddock package.
* Build with UseLibFFIForAdjustors=YES on alpha.
* Set ghc6 depend on libc6-dev. (Closes: #567809)
* Standards-Version 3.8.4, no changes necessary.
* Patch up the sources some more for kfreebsd. (Closes: #567298)
.
ghc6 (6.12.1-4) experimental; urgency=low
.
* Patched utils/haddock/src/Haddock/Interface/Create.hs to use
lookupGlobalName instead of lookupName when GHCI is
unavailable. (Closes: #566331)
.
ghc6 (6.12.1-3) experimental; urgency=low
.
* Updated ghc-pkg's man page.
* Added a trigger to run ghc-pkg recache when files are added to
/var/lib/ghc-6.12.1/package.conf.d/.
* Patch rts/posix/OSThreads.c to define _GNU_SOURCE on kfreebsd
too. (Closes: #565818)
* Patch utils/haddock/src/Haddock/Interface/AttachInstances.hs to use
Nothing as mb_info in attachInstances when GHCI is
unavailable. (Closes: #566331)
* Breaks cabal-install (<< 0.8.0).
.
ghc6 (6.12.1-2) experimental; urgency=low
.
* Added missing build dependency: libncurses5-dev.
* Use the included haddock to build documentation and drop the
build-depends-indep on haddock.
.
ghc6 (6.12.1-1) experimental; urgency=low
.
* New upstream release (Closes: #539789)
* System.Posix.Semaphore fixed. (Closes: #544127)
* Switch to dpkg-source 3.0 (quilt) format
* Standards-Version 3.8.3 (no changes necessary).
* Added a dependency on libbsd-dev (Closes: #549403)
* Patched compiler/utils/Panic.lhs to add a message to internal GHC
error messages, suggesting removing .hi files and pointing to
README.Debian. (Closes: #532443)
* Don't alter Binary.hs and just let Ints to be stored in architecture
native format.
* Don't set XMLDocWays in build.mk since it's not used anymore.
* Remove lpia arch from debian/rules.
* Split debian/rules binary to binary-arch and binary-indep. (Closes: #543972)
* Set SRC_HC_OPTS += -lffi in build.mk and update the patch
system-libffi to use Debian's packaged libffi.
* Update the patch to make the build system use /usr/bin/haddock and not
build its own.
.
ghc6 (6.10.4-2) unstable; urgency=low
.
* Patch libraries/unix/System/Posix/Semaphore.hsc
Files:
8864ad21502401a81ba94f2e45fa130f 43587 haskell optional ghc6_6.12.1-9.debian.tar.gz
7ccb97c2d8f507dfbfe3f59472fd1eb7 1231 haskell optional ghc6_6.12.1-9.dsc
52dea2ee3a4df4f5fa89e23b1134d915 23690470 haskell optional ghc6_6.12.1.orig.tar.gz
More information about the Lucid-changes
mailing list