Reuben Thomas writes:
> What version of ghc are you using to build GreenCard?
trb@elysium:/usr/local/src/fptools-build-4.08/green-card> ghc --version
The Glorious Glasgow Haskell Compilation System, version 4.08
(from the fptools-4.08 I mentioned building from the CVS sources)
> It works fine for
> me, building from CVS sources with ghc 4.08.
What version of the green-card sources did you build ?
I tried to build green-card as part of fptools-4.08 (using ghc-4.04 to build ghc
- I expect the build would use 4.08 to compile everything else) and it broke the
build. Then I tried to build it alone, using 4.08 as I described.
Maybe I should try the latest green-card source, rather than that tagged as 4.08
Tim