On Thu, Jan 03, 2008 at 02:23:33PM +0300, Ivan Tarasov wrote:
> On Jan 2, 2008 9:52 PM, Ian Lynagh <[EMAIL PROTECTED]> wrote:
> >
> > GHC 6.8.2 plus extralibs (plus a couple more) are now in the amd64
> > section of Haskell Unsafe:
(I should have said "amd64 unstable")
> Any chance to get that for i386 architecture any time soon?
I don't expect to make any before uploading to Debian.
> Or at least some instructions on how to build these packages
> ourselves?
Entirely untested:
Add
deb-src http://haskell-unsafe.alioth.debian.org/archive/amd64 . unstable
to /etc/apt/sources.list
sudo apt-get update
apt-get source ghc6
cd ghc6<tab>
dpkg-buildpackage -rfakeroot -us -uc
cd ..
sudo dpkg -i ghc6*.deb
Repeat for haskell-utils, then each of the libraries in dependency
order. I use http://urchin.earth.li/~ian/Build.txt for building the
libraries in a correct order, but you would need to tweak it a bit for
your layout.
Thanks
Ian
_______________________________________________
debian-haskell mailing list
[email protected]
http://urchin.earth.li/mailman/listinfo/debian-haskell