
27 Nov
2010
27 Nov
'10
6:50 a.m.
Hello, I tried to install EclipseFP using instructions on http://eclipsefp.sourceforge.net/, nevertheless, without any success - after downloading scion I cannot build it > cabal install Resolving dependencies... cabal: dependencies conflict: ghc-6.12.3 requires Cabal ==1.8.0.6 however Cabal-1.8.0.6 was excluded because scion-0.1.0.6 requires Cabal ==1.6.* Running Setup.hs through runhaskell seems not to work as well: > runhaskell Setup.hs configure Configuring scion-0.1.0.6... Setup.hs: At least the following dependencies are missing: AttoJson >=0.5.2, binary ==0.5.*, derive -any, ghc-paths ==0.1.*, ghc-syb -any, ghc-syb-utils -any, hslogger ==1.0.*, list-tries -any, multiset >=0.1 && <0.3, uniplate -any Even if, for instance: > cabal info binary * binary (library) Synopsis: Binary serialisation for Haskell values using lazy ByteStrings Latest version available: 0.5.0.2 Latest version installed: 0.5.0.2 Is there any chance to make it install or should I give up? Dusan