Add separate functions for querying DynFlag and ExtensionFlag options
authorIan Lynagh <igloo@earth.li>
Sat, 18 Sep 2010 16:38:15 +0000 (16:38 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 18 Sep 2010 16:38:15 +0000 (16:38 +0000)
commita6f2d598e1e7760d334d1b5ea0b7745e66835e11
tree1c7db21d0add0858c021399e6953a69bf6c0017c
parent896135d0231f798f264548f5935223d142e718a7
Add separate functions for querying DynFlag and ExtensionFlag options
and remove the temporary DOpt class workaround.
31 files changed:
compiler/deSugar/DsMonad.lhs
compiler/deSugar/Match.lhs
compiler/iface/TcIface.lhs
compiler/main/DriverPipeline.hs
compiler/main/DynFlags.hs
compiler/main/GHC.hs
compiler/main/HeaderInfo.hs
compiler/main/TidyPgm.lhs
compiler/parser/Lexer.x
compiler/parser/RdrHsSyn.lhs
compiler/rename/RnBinds.lhs
compiler/rename/RnEnv.lhs
compiler/rename/RnExpr.lhs
compiler/rename/RnNames.lhs
compiler/rename/RnPat.lhs
compiler/rename/RnSource.lhs
compiler/rename/RnTypes.lhs
compiler/typecheck/Inst.lhs
compiler/typecheck/TcBinds.lhs
compiler/typecheck/TcDefaults.lhs
compiler/typecheck/TcDeriv.lhs
compiler/typecheck/TcEnv.lhs
compiler/typecheck/TcErrors.lhs
compiler/typecheck/TcExpr.lhs
compiler/typecheck/TcForeign.lhs
compiler/typecheck/TcMType.lhs
compiler/typecheck/TcPat.lhs
compiler/typecheck/TcRnMonad.lhs
compiler/typecheck/TcTyClsDecls.lhs
compiler/typecheck/TcType.lhs
ghc/InteractiveUI.hs