summaryrefslogtreecommitdiff
path: root/compiler/typecheck/TcType.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/typecheck/TcType.hs')
-rw-r--r--compiler/typecheck/TcType.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/typecheck/TcType.hs b/compiler/typecheck/TcType.hs
index ac3820884e..27fd90f6c6 100644
--- a/compiler/typecheck/TcType.hs
+++ b/compiler/typecheck/TcType.hs
@@ -208,7 +208,7 @@ import GHC.Types.RepType
import TyCon
-- others:
-import DynFlags
+import GHC.Driver.Session
import CoreFVs
import Name -- hiding (varName)
-- We use this to make dictionaries for type literals.