[Haskell-cafe] ANN: EclipseFP 2.1.0 released
Brent Yorgey
byorgey at seas.upenn.edu
Sat Sep 3 20:04:32 CEST 2011
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
More information about the Haskell-Cafe
mailing list