You are not logged in.

#1 2015-01-27 14:00:40

Llama
Banned
From: St.-Petersburg, Russia
Registered: 2008-03-03
Posts: 1,379

Haskell, Intellij: SDK configuration

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 smile .

Offline

#2 2015-01-28 15:23:03

Llama
Banned
From: St.-Petersburg, Russia
Registered: 2008-03-03
Posts: 1,379

Re: Haskell, Intellij: SDK configuration

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

Board footer

Powered by FluxBB