RE: Repeated calls to installHandler

2001-11-21 Thread Simon Marlow
If `installHandler' is called more than a few times in a row, the run-time system terminates with an error message. The program: main = sequence_ $ replicate 33 $ installHandler sigINT (Catch (return ())) Nothing The shell output: %

Parse error while parsing package.conf.inplace

2001-11-21 Thread Josef Svenningsson
Hi! I haven't been able to build ghc from cvs for some time now. What happens is the following: ==fptools== make all -wr; in /local/fptools/ghc/rts