summaryrefslogtreecommitdiff
path: root/compiler/GHC/Rename/Binds.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Rename/Binds.hs')
-rw-r--r--compiler/GHC/Rename/Binds.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Rename/Binds.hs b/compiler/GHC/Rename/Binds.hs
index 888b8ce62d..a9a3653e0d 100644
--- a/compiler/GHC/Rename/Binds.hs
+++ b/compiler/GHC/Rename/Binds.hs
@@ -44,7 +44,7 @@ import GHC.Rename.Utils ( HsDocContext(..), mapFvRn, extendTyVarEnvFVRn
, checkDupRdrNames, warnUnusedLocalBinds
, checkUnusedRecordWildcard
, checkDupAndShadowedNames, bindLocalNamesFV )
-import DynFlags
+import GHC.Driver.Session
import Module
import Name
import NameEnv