
3 Sep
2011
3 Sep
'11
6:04 p.m.
On Sat, Sep 03, 2011 at 06:01:49PM +0200, David Virebayre wrote:
Is it possible to install it with GHC7.2 ? I tried and it can't compile scion.
David.
I ran into this as well. The culprit appears to be MissingH, which does not compile under ghc 7.2 because of conflicts between the base and haskell98 packages. This is a known issue: https://github.com/jgoerzen/missingh/issues/9 Apparently the HEAD version of MissingH has fixed this issue, but a new version has not yet been released. So manually installing it from source ought to work, although I have not tried. -Brent