
15 Jun
2010
15 Jun
'10
5:55 p.m.
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