ghc-boot-th: expose all TH packages from proper GHC.Boot.* modules
Previously we defined some modules here in the GHC.Internal namespace. Others were merely re-exposed from GHC.Internal. Re-exposed modules weren't handled correctly by Haddock, so the Haddocks for the `template-haskell` library couldn't see them. This change also makes the home package of these modules a bit clearer. Work towards #25705
Showing
- .gitlab/rel_eng/upload_ghc_libs.py 0 additions, 6 deletions.gitlab/rel_eng/upload_ghc_libs.py
- compiler/GHC/Hs/Expr.hs 1 addition, 1 deletioncompiler/GHC/Hs/Expr.hs
- compiler/GHC/HsToCore/Quote.hs 1 addition, 1 deletioncompiler/GHC/HsToCore/Quote.hs
- compiler/GHC/Plugins.hs 1 addition, 1 deletioncompiler/GHC/Plugins.hs
- compiler/GHC/Rename/Splice.hs 1 addition, 1 deletioncompiler/GHC/Rename/Splice.hs
- compiler/GHC/Tc/Errors/Ppr.hs 5 additions, 5 deletionscompiler/GHC/Tc/Errors/Ppr.hs
- compiler/GHC/Tc/Errors/Types.hs 1 addition, 1 deletioncompiler/GHC/Tc/Errors/Types.hs
- compiler/GHC/Tc/Gen/Splice.hs 2 additions, 2 deletionscompiler/GHC/Tc/Gen/Splice.hs
- compiler/GHC/Tc/Gen/Splice.hs-boot 1 addition, 1 deletioncompiler/GHC/Tc/Gen/Splice.hs-boot
- compiler/GHC/Tc/Plugin.hs 1 addition, 1 deletioncompiler/GHC/Tc/Plugin.hs
- compiler/GHC/Tc/Types/ErrCtxt.hs 1 addition, 1 deletioncompiler/GHC/Tc/Types/ErrCtxt.hs
- compiler/GHC/Tc/Types/TH.hs 1 addition, 1 deletioncompiler/GHC/Tc/Types/TH.hs
- compiler/GHC/ThToHs.hs 1 addition, 1 deletioncompiler/GHC/ThToHs.hs
- libraries/ghc-boot-th/GHC/Boot/TH/Lib.hs 6 additions, 0 deletionslibraries/ghc-boot-th/GHC/Boot/TH/Lib.hs
- libraries/ghc-boot-th/GHC/Boot/TH/Lib/Map.hs 2 additions, 2 deletionslibraries/ghc-boot-th/GHC/Boot/TH/Lib/Map.hs
- libraries/ghc-boot-th/GHC/Boot/TH/Lift.hs 6 additions, 0 deletionslibraries/ghc-boot-th/GHC/Boot/TH/Lift.hs
- libraries/ghc-boot-th/GHC/Boot/TH/Ppr.hs 3 additions, 3 deletionslibraries/ghc-boot-th/GHC/Boot/TH/Ppr.hs
- libraries/ghc-boot-th/GHC/Boot/TH/PprLib.hs 4 additions, 4 deletionslibraries/ghc-boot-th/GHC/Boot/TH/PprLib.hs
- libraries/ghc-boot-th/GHC/Boot/TH/Quote.hs 5 additions, 0 deletionslibraries/ghc-boot-th/GHC/Boot/TH/Quote.hs
- libraries/ghc-boot-th/GHC/Boot/TH/Syntax.hs 6 additions, 0 deletionslibraries/ghc-boot-th/GHC/Boot/TH/Syntax.hs
Loading
Please register or sign in to comment