Gentoo/HaskellPlatform

From HaskellWiki
< Gentoo
Revision as of 18:44, 2 August 2009 by LennartKolmodin (talk | contribs) (Initial page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Gentoo supports the Haskell Platform!

Unmask and Install GHC 6.10.4

Currently (2009-08-02) GHC 6.10.4 and a few libraries are hard masked, meaning you will have to p.unmask yourself before installing. This is because we're still updating the portage packages to get full GHC 6.10.4 support.

echo dev-lang/ghc >> /etc/portage/package.unmask
echo dev-haskell/parallel >> /etc/portage/package.unmask
echo dev-haskell/haddock >> /etc/portage/package.unmask

As the haskell-platform depends on this recent GHC version, you'll need to unmask it too;

echo dev-haskell/haskell-platform >> /etc/portage/package.unmask

Don't forget that these packages are also ~keyworded.

Haskell Platform

Now, to install, run:

emerge haskell-platform