> Ok, 
> $ cat >null.hs 
> module Main(main) where 
> main = return () 
> $ ghc null.hs -o null 
> $ ./null +RTS -? 
> $ 

Is your GHCRTS environment variable set to anything?

Cheers,
        Simon
_______________________________________________
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to