RE: darcs patch: Add a warning flag for when the Prelude is implicitly ...

2007-05-11 Thread Simon Peyton-Jones
| > + -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 >-

Re: darcs patch: Add a warning flag for when the Prelude is implicitly ...

2007-05-10 Thread Isaac Dupree
-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

RE: darcs patch: Add a warning flag for when the Prelude is implicitly ...

2007-05-09 Thread Simon Peyton-Jones
| 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