Hi, here are my first results:
(I prefered the .tar.gz-Version)
configure says:
sed: Cannot find or open file ./../Tests/testScript.in.
And indeed, Test only contains an empty file testScript.
make install didn't work because unix/install-sh is not executable.
Then, the Number library still contained the bugs for which I
suggested a patch in
http://haskell.systemsz.cs.yale.edu/hugs-bugs/frm00912.html
(I expected that as I got no answers to this).
Finally, I tried maxBound::Integer, and I don't understand why I get
*this* error message:
Prelude> maxBound::Integer
ERROR: Unresolved overloading
*** type : Bounded Integer => Integer
*** expression : maxBound
Oh, but I just saw that it's the same with 1.3c, so this is not a bug,
just something to work on...
Nice to see progress in the hugs world, thank you for this.
Christian Sievers