
10 Jan
2008
10 Jan
'08
2:31 p.m.
Sorry for the double message, Mauricio. It's the first time I ever
posted to haskell-cafe - figures I'd click on "reply" and not "reply
to all"...
On Jan 10, 2008 9:22 PM, Maurício
Hi,
Is it possible not to load Prelude module when compiling a Haskell module? Or instruct ghc to "unload" it?
Thanks, Maurício
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
-XNoImplicitPrelude.does this in 6.8.x. In earlier versions (and apparently in 6.8 too), it's -fno-implicit-prelude.