X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fmain%2FGetImports.hs;fp=ghc%2Fcompiler%2Fmain%2FGetImports.hs;h=c165b4a58a3a67f217fe11414a6a113076bed538;hb=d1c1b7d0e7b94ede238845c91f58582bad3b3ef3;hp=6c9f9ef16620521ff74f1340bb05416e48ee599e;hpb=6a51f7df593cf73f4093bb1948d62db504fa6631;p=ghc-hetmet.git diff --git a/ghc/compiler/main/GetImports.hs b/ghc/compiler/main/GetImports.hs index 6c9f9ef..c165b4a 100644 --- a/ghc/compiler/main/GetImports.hs +++ b/ghc/compiler/main/GetImports.hs @@ -19,7 +19,7 @@ import PrelNames ( gHC_PRIM ) import StringBuffer ( StringBuffer, hGetStringBuffer ) import SrcLoc ( Located(..), mkSrcLoc, unLoc ) import FastString ( mkFastString ) -import CmdLineOpts ( DynFlags ) +import DynFlags ( DynFlags ) import ErrUtils import Pretty import Panic