X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Frename%2FRnSource.lhs;fp=compiler%2Frename%2FRnSource.lhs;h=e362a1213b0fae05f7f7d1cb03dbbec141924ba0;hp=9b04da051c4c6173ea4c9ff9a71c02a5be6d826a;hb=27286cf2ce6733cbbf008972c6bea30ea2e562ee;hpb=793bde8add5bf57f06ed8e48cd99e84861d01a1a diff --git a/compiler/rename/RnSource.lhs b/compiler/rename/RnSource.lhs index 9b04da0..e362a12 100644 --- a/compiler/rename/RnSource.lhs +++ b/compiler/rename/RnSource.lhs @@ -46,7 +46,7 @@ import Bag import FastString import Util ( filterOut ) import SrcLoc -import DynFlags ( DynFlag(..), DynFlags, thisPackage ) +import DynFlags import HscTypes ( HscEnv, hsc_dflags ) import BasicTypes ( Boxity(..) ) import ListSetOps ( findDupsEq )