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 compiled.
Please register or sign in to comment