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.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Tc/Types/EvTerm.hs b/compiler/GHC/Tc/Types/EvTerm.hs
index 063b5652cc..61738f431e 100644
--- a/compiler/GHC/Tc/Types/EvTerm.hs
+++ b/compiler/GHC/Tc/Types/EvTerm.hs
@@ -15,7 +15,7 @@ import GHC.Tc.Types.Evidence
import GHC.Driver.Types
import GHC.Driver.Session
import GHC.Types.Name
-import GHC.Types.Module
+import GHC.Unit
import GHC.Core.Utils
import GHC.Builtin.Names
import GHC.Types.SrcLoc