summaryrefslogtreecommitdiff
path: root/compiler/typecheck/TcEvTerm.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/typecheck/TcEvTerm.hs')
-rw-r--r--compiler/typecheck/TcEvTerm.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/typecheck/TcEvTerm.hs b/compiler/typecheck/TcEvTerm.hs
index 60adb82839..7812339d15 100644
--- a/compiler/typecheck/TcEvTerm.hs
+++ b/compiler/typecheck/TcEvTerm.hs
@@ -12,8 +12,8 @@ import CoreSyn
import MkCore
import Literal ( Literal(..) )
import TcEvidence
-import HscTypes
-import DynFlags
+import GHC.Driver.Types
+import GHC.Driver.Session
import Name
import Module
import CoreUtils