patch applied (ghc): Add -fno-implicit-import-qualified (#2452)
Simon Marlow
simonmarhaskell at gmail.com
Wed Aug 6 12:15:34 EDT 2008
Tue Aug 5 08:17:30 PDT 2008 Simon Marlow <marlowsd at gmail.com>
* 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.
M ./compiler/main/DynFlags.hs -1 +3
M ./compiler/rename/RnEnv.lhs -9 +13
M ./docs/users_guide/flags.xml +7
M ./docs/users_guide/ghci.xml -2 +3
M ./ghc/Main.hs -1 +8
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080805151730-12142-74348dc62c83e2912bdf08d75fdefd11b57ca8b5.gz
More information about the Cvs-ghc
mailing list