
On Fri, Jul 06, 2007 at 09:46:39AM +0200, Christian Maeder wrote:
Ian Lynagh schrieb:
If you are using Debian etch then you can do
apt-get install "libghc6-.*-dev"
to install all GHC 6 libraries. There isn't such an easy way to install just those (somewhat arbitrarily) defined to be extralibs, though.
Could someone list the available packages (and its versions)?
In Debian Etch (stable)? http://packages.debian.org/cgi-bin/search_packages.pl?keywords=libghc6&searchon=names&subword=1&version=stable&release=all
Are there plans to provide also ghc-6.6.1 debian packages?
At some point, but there are more pressing things to do first.
I think ghc-6.6.1 provides new time and filepath packages.
time was a 6.6 extralib and is in stable. (I don't know off the top of my head what differences there were between the versions that came with 6.6 and 6.6.1). filepath wasn't an extralib, but is in stable nonetheless. Thanks Ian