
14 Sep
2009
14 Sep
'09
7:05 p.m.
On Mon, 2009-09-14 at 12:05 -0700, Michael Steele wrote:
You got the original error because cabal chose to use base-3 when compiling chp, and then identifiers found only in base-4 were referenced.
Download the cabal package, and edit chp.cabal so that it depends on base >= 4.
Or as another workaround use: $ cabal install chp --preference="base >= 4" Duncan