[Haskell-beginners] Beginner trying to install Haskell support in Eclipse and failing

Graham Lowe graham.lowe at gmail.com
Sat Apr 17 19:24:16 EDT 2010


As luck would have it, I ran into the same issue today. I checked the
scion google code website and found a solution. Quick summary: you'll
have to pull changes from the development branch.

Here's a link to the reported issue and the solution:

http://code.google.com/p/scion-lib/issues/detail?id=38&can=1&q=build

Hope that helps,
Graham

On 17 April 2010 19:07, Alan Shaw <nodename at gmail.com> wrote:
> Hi,
> I'm using cabal for the first time, and I'm confused.
> I'm trying to build scion as instructed
> at http://eclipsefp.sourceforge.net/build.html .
> I have done:
> git clone git://github.com/JPMoresmau/scion.git
> cd scion
> cabal install
>
> I'm now at the point where this tells me the following:
> Resolving dependencies...
> cabal.exe: dependencies conflict: ghc-6.10.4 requires Cabal ==1.6.0.3
> however
> Cabal-1.6.0.3 was excluded because scion-0.1.0.2 requires Cabal ==1.8.* &&
> ==1.8.*
> Some more information:
> $ cabal -V
> cabal-install version 0.6.2
> using version 1.6.0.3 of the Cabal library
> $ cabal update
> Downloading the latest package list from hackage.haskell.org
> Note: there is a new version of cabal-install available.
> To upgrade, run: cabal install cabal-install
> $ cabal install cabal-install
> (lots and lots of output, ending with:)
> Linking dist\build\cabal\cabal.exe ...
> Installing executable(s) in C:\Program Files (x86)\Haskell\bin
> $ cabal -V
> cabal-install version 0.6.2
> using version 1.6.0.3 of the Cabal library
>
> Help?
> Thanks,
> -A
>
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>
>


More information about the Beginners mailing list