
Hello, I've set up the new collections package, and it compiles under ghc and hugs. I don't know about nhc, because I've been unable to compile nhc. (I've got a x86_64 system; I've tryied to compile under a chroot does not work, and configure program baffles me.) The non-ghc version is portable though, so it _should_ work under nhc alright. So, you can try to make "collections" a default package, so I can start moving stuff out of "base" into it. Cheers, JP.

"Jean-Philippe Bernardy"
I've set up the new collections package, and it compiles under ghc and hugs. I don't know about nhc, because I've been unable to compile nhc. (I've got a x86_64 system;
nhc98 does not build on 64-bit machines. However, the yhc compiler based on nhc98 (and possibly to become its successor) is more architecture-independent. Yhc still has a very incomplete portion of the base package however, so it may not have enough of the underlying library modules to satisfy the dependencies of your collections package. Regards, Malcolm
participants (2)
-
Jean-Philippe Bernardy
-
Malcolm Wallace