Add -fno-implicit-import-qualified (#2452)
authorSimon Marlow <marlowsd@gmail.com>
Tue, 5 Aug 2008 15:17:30 +0000 (15:17 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Tue, 5 Aug 2008 15:17:30 +0000 (15:17 +0000)
commitd1984e439154e95b2804ee83897e740b1713c53d
treefbe151bd55491927bf96648278ca77cb6be8bc22
parentc8577590bd59c65effd1f178d1b97a6a0db32851
Add -fno-implicit-import-qualified (#2452)
The flag is off by default, but GHCi turns it on (in Main.hs).  For
GHCi it can be overriden on the command-line or using :set.
compiler/main/DynFlags.hs
compiler/rename/RnEnv.lhs
docs/users_guide/flags.xml
docs/users_guide/ghci.xml
ghc/Main.hs