You are not logged in.
Hi,
I've got trouble configuring GHC SDK for a HelloWorld project. My Haskell is installed from haskell-core repository, which probably has something to do with my problem. The details are on StackOverflow.
A maintainer of haskell-core repository may be capable of a useful hint or two, I suppose and hope .
Offline
I've made it work by
(1) creating a link
$ ln -s /usr/bin/ghci /usr/lib/ghc-7.8.4/bin/ghci
(2) placing GHC SDK location at /usr (github.com/Atsky/haskell-idea-plugin/issues/58). This looks inelegant, to say the least.
Offline