summaryrefslogtreecommitdiff
path: root/compiler/GHC/Tc/TyCl.hs
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2022-01-10 15:30:21 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-01-12 23:25:49 -0500
commita31ace56209b583df890a1bffb5a8928aa734aa6 (patch)
treece0dbe7eab1ff9167e95f4e0482686f83b2f6764 /compiler/GHC/Tc/TyCl.hs
parent7b0c938483bad5a5c96e02c511fb2b2df059154c (diff)
downloadhaskell-a31ace56209b583df890a1bffb5a8928aa734aa6.tar.gz
Untangled GHC.Types.Id.Make from the driver
Diffstat (limited to 'compiler/GHC/Tc/TyCl.hs')
-rw-r--r--compiler/GHC/Tc/TyCl.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/GHC/Tc/TyCl.hs b/compiler/GHC/Tc/TyCl.hs
index 7890bce91f..9e7dca9bd4 100644
--- a/compiler/GHC/Tc/TyCl.hs
+++ b/compiler/GHC/Tc/TyCl.hs
@@ -30,6 +30,7 @@ import GHC.Prelude
import GHC.Driver.Env
import GHC.Driver.Session
+import GHC.Driver.Config.HsToCore
import GHC.Hs