Is there a repository of scion, which is ready for GHC 7.0.2?
I found
hackage linking to nominolo's scion (stops at GHC 6.12) but there are 46 forks, don't know which is popu开发者_开发百科luar for 7.0.2...
If there is none... might I install GHC 6.12 in parallel to GHC 7.0.2?
Thanks for helping!
You need to pass a flag to scion to tell it to build with the proper version of Scion:
cabal configure -fcabal_1_10
This is done automatically by EclipseFP when building scion (we know with cabal to use and which version it is.
Looking at scion's network graph, I see that this fork (presumably used in EclipseFP) is being actively worked on (last commit dates from 2011-05-12) and includes "GHC 7 support". Thomas's repo also contains a scion-2nd-attempt
branch which has been updated recently. I can't comment on stability though, as I don't use scion myself - you should ask the developers.
精彩评论