diff options
author | Ziyang Liu <unsafeFixIO@gmail.com> | 2021-11-05 08:46:03 -0700 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-11-06 07:53:06 -0400 |
commit | d74cc01ef5fd077439bab71ffa063632efb40be4 (patch) | |
tree | d3bb3e23188befd79e8a93989156043c11be4c13 /compiler | |
parent | 4896a6a6d28821ff1b1da3f2cc542e696d2b31b4 (diff) | |
download | haskell-d74cc01ef5fd077439bab71ffa063632efb40be4.tar.gz |
Export `withTcPlugins` and `withHoleFitPlugins`
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/GHC/Tc/Module.hs | 2 |
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, |