[Haskell-cafe] Not to load Prelude

Ari Rahikkala ari.rahikkala at gmail.com
Thu Jan 10 14:31:31 EST 2008


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 <briqueabraque at yahoo.com> wrote:
> 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 at 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.


More information about the Haskell-Cafe mailing list