X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypecheck%2FTcBinds.lhs;fp=ghc%2Fcompiler%2Ftypecheck%2FTcBinds.lhs;h=4107d307ff41dca41e0ebaa3f1f38de5608a9029;hb=d1c1b7d0e7b94ede238845c91f58582bad3b3ef3;hp=21ba2483ca4f4f1fa36eb82cebd172cb71083ca4;hpb=6a51f7df593cf73f4093bb1948d62db504fa6631;p=ghc-hetmet.git diff --git a/ghc/compiler/typecheck/TcBinds.lhs b/ghc/compiler/typecheck/TcBinds.lhs index 21ba248..4107d30 100644 --- a/ghc/compiler/typecheck/TcBinds.lhs +++ b/ghc/compiler/typecheck/TcBinds.lhs @@ -11,7 +11,7 @@ module TcBinds ( tcBindsAndThen, tcTopBinds, tcHsBootSigs, tcMonoBinds, tcSpecSi import {-# SOURCE #-} TcMatches ( tcGRHSsPat, tcMatchesFun ) import {-# SOURCE #-} TcExpr ( tcCheckSigma, tcCheckRho ) -import CmdLineOpts ( DynFlag(Opt_MonomorphismRestriction) ) +import DynFlags ( DynFlag(Opt_MonomorphismRestriction) ) import HsSyn ( HsExpr(..), HsBind(..), LHsBinds, Sig(..), LSig, Match(..), HsBindGroup(..), IPBind(..), HsType(..), HsExplicitForAll(..), hsLTyVarNames, isVanillaLSig,