| > + -fno-implicit-prelude or a
| > + LANGUAGE NoImplicitPrelude pragma).
| >
| > Have you actually altered the LANGUAGE pragma processing?
|
| No, it's an existing LANGUAGE pragma (in fact I use it in one of the
| test cases).
Ah yes, my mistake. I was confusing the existing >-
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Simon Peyton-Jones wrote:
> | Tue May 8 18:09:25 EDT 2007 Isaac Dupree <[EMAIL PROTECTED]>
> | * Add a warning flag for when the Prelude is implicitly imported (trac
> #1317)
> | GHC already determines all the implicit (Prelude) imports,
> | s
| Tue May 8 18:09:25 EDT 2007 Isaac Dupree <[EMAIL PROTECTED]>
| * Add a warning flag for when the Prelude is implicitly imported (trac
#1317)
| GHC already determines all the implicit (Prelude) imports,
| so we just need to check whether there are any of those,
| for each module being c