[Haskell-beginners] Cabal issues

Stephen Tetley stephen.tetley at gmail.com
Tue Jun 15 13:55:48 EDT 2010


Hello Anand

As a last resort you should be able to get haskell-src-exts to work
via a manual install:

Download the tar.gz from Hackage.

> tar xvfz haskell-src-exts-1.9.0.tar.gz
> cd haskell-src-exts-1.9.0

> runhaskell Setup.hs configure
> runhaskell Setup.hs build
> runhaskell Setup.hs install
> runhaskell Setup.hs haddock

The * install * step may require super-user privileges depending on
your set up...
> sudo runhaskell Setup.hs install


Best wishes

Stephen


More information about the Beginners mailing list