summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZiyang Liu <unsafeFixIO@gmail.com>2021-11-05 08:46:03 -0700
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-11-06 07:53:06 -0400
commitd74cc01ef5fd077439bab71ffa063632efb40be4 (patch)
treed3bb3e23188befd79e8a93989156043c11be4c13
parent4896a6a6d28821ff1b1da3f2cc542e696d2b31b4 (diff)
downloadhaskell-d74cc01ef5fd077439bab71ffa063632efb40be4.tar.gz
Export `withTcPlugins` and `withHoleFitPlugins`
-rw-r--r--compiler/GHC/Tc/Module.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/GHC/Tc/Module.hs b/compiler/GHC/Tc/Module.hs
index cb71508227..e2a53c4f39 100644
--- a/compiler/GHC/Tc/Module.hs
+++ b/compiler/GHC/Tc/Module.hs
@@ -27,6 +27,8 @@ module GHC.Tc.Module (
tcRnDeclsi,
isGHCiMonad,
runTcInteractive, -- Used by GHC API clients (#8878)
+ withTcPlugins, -- Used by GHC API clients (#20499)
+ withHoleFitPlugins, -- Used by GHC API clients (#20499)
tcRnLookupName,
tcRnGetInfo,
tcRnModule, tcRnModuleTcRnM,