GHC 6.2.2 on Linux with glibc2.2

2004-11-02 Thread George Russell
I've put a compiled version of ghc6.2.2 for Linux machines still using glibc2.2 on http://www.informatik.uni-bremen.de/~ger/ghc In fact it should work on glibc2.3 as well, thanks to a minor hack from Christian Maeder. Documentation is not complete, but does at least include HTML.

Re: GHCI and readline package

2004-11-02 Thread Sigbjorn Finne
The instructions below refer to a slightly older version of mingw -- to have it work with the one that's bundled with 6.2.2, substitute strcasecmp.o strncasecmp.o for string_old.o. --sigbjorn - Original Message - From: Sigbjorn Finne [EMAIL PROTECTED] To: Wassell, Mark P (GE Energy)

Building the add-ons in libraries/...

2004-11-02 Thread Peter Simons
The CVS version of the libraries tree comes with all kinds of neat and dangerously unstable code I'd like to use, particularly the arrows subdirectory. Now I wonder: Is there some build.mk magic I could perform to tell GHC to build these libraries as part of my normal build? So that I get them