Using June Hugs compiled with SGI's compiler, running on an machine
running Irix 6.4, I see the following behavior
Prelude> Reading file "/usr/local/share/hugs/lib/Random.hs":
Parsing........................................................................
Dependency analysis
INTERNAL ERROR: in depExpr
The immediate problem seems to due to the presence of large integer
literals in Random.hs. Even if I were to solve that problem, Hugs
doesn't seem to do well with Int values approaching 2 ^ 30 so I'd
expect the Int functions (randomInts and rands) to fail.
Is this problem specific my compiler and/or OS? (If so, I'll look
into it further.) Or is it more general?
thanks,
mike