summaryrefslogtreecommitdiff
path: root/compiler/GHC/Tc/Types/EvTerm.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Tc/Types/EvTerm.hs')
-rw-r--r--compiler/GHC/Tc/Types/EvTerm.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/GHC/Tc/Types/EvTerm.hs b/compiler/GHC/Tc/Types/EvTerm.hs
index 09f016ca71..1352ceca90 100644
--- a/compiler/GHC/Tc/Types/EvTerm.hs
+++ b/compiler/GHC/Tc/Types/EvTerm.hs
@@ -4,9 +4,9 @@ module GHC.Tc.Types.EvTerm
( evDelayedError, evCallStack )
where
-import GhcPrelude
+import GHC.Prelude
-import FastString
+import GHC.Data.FastString
import GHC.Core.Type
import GHC.Core
import GHC.Core.Make