[Git][ghc/ghc][wip/reinstallable-th] Apply 1 suggestion(s) to 1 file(s)
Teo Camarasu (@teo)
gitlab at gitlab.haskell.org
Tue May 21 12:51:01 UTC 2024
Teo Camarasu pushed to branch wip/reinstallable-th at Glasgow Haskell Compiler / GHC
Commits:
9dac27b4 by Sebastian Graf at 2024-05-21T12:50:51+00:00
Apply 1 suggestion(s) to 1 file(s)
- - - - -
1 changed file:
- compiler/GHC/Tc/Errors/Ppr.hs
Changes:
=====================================
compiler/GHC/Tc/Errors/Ppr.hs
=====================================
@@ -36,6 +36,10 @@ module GHC.Tc.Errors.Ppr
import GHC.Prelude
import qualified GHC.Internal.TH.Syntax as TH
+-- In stage1: import "ghc-boot-th-next" qualified GHC.Internal.TH.Syntax as TH
+-- In stage2: import "ghc-boot-th" qualified GHC.Internal.TH.Syntax as TH
+-- which resolves to
+-- import "ghc-internal" qualified GHC.Internal.TH.Syntax as TH
import qualified GHC.Internal.TH.Ppr as TH
import GHC.Builtin.Names
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/9dac27b4360e0e56350bfaaecd17d9fd648e2182
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/9dac27b4360e0e56350bfaaecd17d9fd648e2182
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240521/fccc2efd/attachment.html>
More information about the ghc-commits
mailing list