vendredi, mars 19, 2010

Getting Haskell Running on Eclipse - 2010 updated

I wanted to get Haskell running on Eclipse so I tried to do as the video below is saying:

The problem I got when following the video is that it did not work exactly as shown, so, here is my modest contribution to give additional hints on how to have Haskell running on eclipse.

install haskell eclipse plugin
get http://hackage.haskell.org/platform/
install
get http://cvs.haskell.org/Hugs/pages/downloading.htm
install
get http://www.haskell.org/cabal/download.html
execute "cabal" in a dos windows and follow instructions
http://imonad.com/blog/2009/10/installing-haskell-plugin-for-eclipse/
in C:\Program Files\Haskell\bin
execute "cabal update" in a dos windows
execute "cabal install scion" in a dos windows
in C:\Program Files\Haskell\bin you should find scion-server.exe that you'll need it in haskell preferences.

Aucun commentaire: