RE: ghc --make feature request

2001-10-26 Thread Jan-Willem Maessen
Simon Marlow [EMAIL PROTECTED] writes: GHC actually has rather sophisticated recompilation checking which goes beyond just checking whether the interface changed - it keeps version information for each entity exported by a module and only recompiles if any of the entities actually used by the

Strictness Information (Was: ghc --make feature request)

2001-10-26 Thread Jim Farrand
On Friday 26 October 2001 14:41, Jan-Willem Maessen wrote: You just need to change (for example) the strictness properties of the function, which can be very easy to do when making changes to your code. Is there a way to automatically discover the strictness of a function? I think it would

RE: Strictness Information (Was: ghc --make feature request)

2001-10-26 Thread Simon Marlow
On Friday 26 October 2001 14:41, Jan-Willem Maessen wrote: You just need to change (for example) the strictness properties of the function, which can be very easy to do when making changes to your code. Is there a way to automatically discover the strictness of a function? I

Re: ghc --make feature request

2001-10-26 Thread Carl R. Witty
Simon Marlow [EMAIL PROTECTED] writes: GHC actually has rather sophisticated recompilation checking which goes beyond just checking whether the interface changed - it keeps version information for each entity exported by a module and only recompiles if any of the entities actually used by

Readline version

2001-10-26 Thread Frank Seaton Taylor
Good day folks. I've been having a bit of trouble compiling ghc5.02 from source on Solaris 2.6. The problem is that it can't find readline/readline.h which is not in a standard place since I had to compile readline myself. I've been messing around with various environment variables and

Re: Reading files via http or ftp

2001-10-26 Thread Marcin 'Qrczak' Kowalczyk
25 Oct 2001 21:01:27 +0100, Colin Paul Adams [EMAIL PROTECTED] pisze: Has anyone used the Socket library to read files specified via an http and/or ftp URL? Yes (http), although I implemented only a small subset of the http client protocol. http://qrczak.ids.net.pl/Haber-0.3.tar.gz -- __(