X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypecheck%2FTcType.lhs;h=2c3a55b6ac9951ba4bda409f2ba931e0192498e1;hb=d1c1b7d0e7b94ede238845c91f58582bad3b3ef3;hp=b9ff393b608e5a6a9eb9ea9c5fbc94e02665d2bb;hpb=6a51f7df593cf73f4093bb1948d62db504fa6631;p=ghc-hetmet.git diff --git a/ghc/compiler/typecheck/TcType.lhs b/ghc/compiler/typecheck/TcType.lhs index b9ff393..2c3a55b 100644 --- a/ghc/compiler/typecheck/TcType.lhs +++ b/ghc/compiler/typecheck/TcType.lhs @@ -164,7 +164,7 @@ import ForeignCall ( Safety, playSafe, DNType(..) ) import VarSet -- others: -import CmdLineOpts ( DynFlags, DynFlag( Opt_GlasgowExts ), dopt ) +import DynFlags ( DynFlags, DynFlag( Opt_GlasgowExts ), dopt ) import Name ( Name, NamedThing(..), mkInternalName, getSrcLoc ) import NameSet import VarEnv ( TidyEnv )