-
ghc (7.0.3-1ubuntu5) oneiric; urgency=low
* Handle linker scripts for which dlopen returns "file too short" and/or
which contain INPUT statements (for example libncurses.so)
-- Iain Lane <email address hidden> Mon, 05 Sep 2011 16:34:50 +0100
-
ghc (7.0.3-1ubuntu4) oneiric; urgency=low
* Pass --hash-style=both --no-copy-dt-needed-entries --as-needed to the linker.
-- Matthias Klose <email address hidden> Mon, 15 Aug 2011 11:53:11 +0200
-
ghc (7.0.3-1ubuntu3) oneiric; urgency=low
* Cherry-pick upstream commit cfbf0eb to support partially stripped object
files in the GHCi linker. Fixes loading the ghc package in GHCi and
associated compilation failures. Patch by Duncan Coutts
<email address hidden>. (LP: #820847)
-- Iain Lane <email address hidden> Wed, 10 Aug 2011 11:50:56 +0100
-
ghc (7.0.3-1ubuntu2) oneiric; urgency=low
* Remove all changes from the previous revision. No changes remain over Debian
now and the package can be synced the next time around.
-- Iain Lane <email address hidden> Thu, 02 Jun 2011 14:43:18 +0100
-
ghc (7.0.3-1ubuntu1) oneiric; urgency=low
* debian/control:
+ Build-Depend on ghc6 instead of ghc as the latter isn't available yet —
it's what we're building now ;-)
+ Remove ghc6* transitional packages. Could cause issues while ghc has to
build-depend on ghc6. Once we know ghc has built we can revert all of the
changes in this upload.
ghc (7.0.3-1) unstable; urgency=low
* Remove Build-Conflict on dash, as a fixed package has been uploaded.
* Do not provide utf8-string or xhtml, as they are only built internally.
* Remove Build-Depend alternative ghc6, and also remove Provides: ghc6, as
this is a lie and I see no techical reason for it.
* New upstream release
* Avoid "hPutChar: resource vanished" message and simplify postinst script
(Closes: #619403)
* Remove package cache in prerm, even on upgrade. This is the right thing to
do if upgrading to a new upstream release, and does not hurt in the other
cases.
ghc (7.0.2-7) unstable; urgency=low
* Upload to unstable
ghc (7.0.2-6) experimental; urgency=low
* Set a dummy HOME variable upon build. Some build daemons do not set HOME,
but ghc-cabal expects it to be available.
ghc (7.0.2-5) experimental; urgency=low
* Build-Conflict with broken version of dash (See #618023)
* Link ghc-doc to haddock via virtual package "haddock-interface-<n>"
* Remove redundand Build-dependency on autoconf
ghc (7.0.2-4) experimental; urgency=low
* ghc6-preinst: Remove package.cache file of any ghc6 installation to avoid
dpkg warning at upgrade time.
* Build-conflict with ccache. pbuilder installs ccache by default, which
causes ghc to pick up a wrong path for "gcc".
* Pass -lpthread everywhere. This can possibly be dropped later.
ghc (7.0.2-3) experimental; urgency=low
[ Iain Lane ]
* debian/rules: Build with -mminimal-toc on ppc64 — thanks to Colin
Watson for investigation and patch.
[ Joachim Breitner ]
* Disable the use of epoll_create1 and use epoll_create, as the former is
not available on Linux kernels earlier than 2.6.27.
http://hackage.haskell.org/trac/ghc/ticket/5005
ghc (7.0.2-2) experimental; urgency=low
[ Joachim Breitner ]
* Remove procps dependency (watcher.hs has been removed since a while)
* Build-depend and depend on libgmp-dev instead of libgmp3-dev.
[ Erik de Castro Lopo ]
* Add patch to fix powerpc compile error (powerpc-compile-616635)
(Closes: #616635)
[ Joachim Breitner ]
* fix FTBFUS by removing left-over binaries
ghc (7.0.2-1) experimental; urgency=low
* (Closes: 554174) Segfaults at startup not observable any more
* Tweak debian/copyright
* New upstream release (Should help to close 616494)
ghc (7.0.1-1) experimental; urgency=low
[ Joachim Breitner ]
* New upstream release, some patches included.
* Package adopted by the Debian Haskell Group. Thanks to kaol for his
work!
* Rename source and binary packages to ghc, include transitional dummy
package
* Standards-Version 3.9.1 (no changes necessary)
[ Erik de Castro Lopo ]
* Re-enable building of ghci on powerpc. (Closes: 557185)
-- Iain Lane <email address hidden> Fri, 06 May 2011 19:47:31 +0100