Hello, I Just installed the new version of hugs98 (hugs98-990121-all.tar.gz) from http://www.cse.ogi.edu/~mpj/hugs/hugs98.html It compiles fine on our alphas here (haven't tried the Solaris machines b/c readline is always tricky to get working). I am using hugs as the basis for a Haskell debugger, and I use the HugsInternals library. I noticed that it defines the Constructor "Addr" and so does the Prelude. If you import HugsInternals, you get an error b/c of the overlapping definitions. I think this was also a problem in previous versions of hugs, I suspect that not many people are using HusInternals so it is not that big an issue. Regards, Bernie.
