[Git][ghc/ghc][wip/ghc-template-haskell-syntax] 2 commits: Split template-haskell into template-haskell-syntax and template-haskell
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Mon Sep 12 15:18:01 UTC 2022
Matthew Pickering pushed to branch wip/ghc-template-haskell-syntax at Glasgow Haskell Compiler / GHC
Commits:
370b9e48 by Matthew Pickering at 2022-09-12T16:16:32+01:00
Split template-haskell into template-haskell-syntax and template-haskell
WIP
- - - - -
0d14ae19 by Matthew Pickering at 2022-09-12T16:16:33+01:00
Bump submodule
- - - - -
30 changed files:
- .gitignore
- compiler/GHC/Hs/Expr.hs
- compiler/GHC/HsToCore/Quote.hs
- compiler/GHC/Plugins.hs
- compiler/GHC/Rename/Splice.hs
- compiler/GHC/Tc/Gen/Splice.hs
- compiler/GHC/Tc/Gen/Splice.hs-boot
- compiler/GHC/Tc/Types.hs
- compiler/GHC/ThToHs.hs
- compiler/GHC/Unit/Types.hs
- compiler/ghc.cabal.in
- configure.ac
- hadrian/src/Hadrian/Haskell/Cabal.hs
- hadrian/src/Hadrian/Haskell/Cabal/Parse.hs
- hadrian/src/Hadrian/Haskell/Cabal/Type.hs
- hadrian/src/Packages.hs
- hadrian/src/Rules/CabalReinstall.hs
- hadrian/src/Rules/Selftest.hs
- hadrian/src/Rules/Test.hs
- hadrian/src/Rules/ToolArgs.hs
- hadrian/src/Settings/Default.hs
- hadrian/src/Settings/Packages.hs
- hadrian/src/Utilities.hs
- libraries/bytestring
- libraries/exceptions
- libraries/ghci/GHCi/Message.hs
- libraries/ghci/GHCi/TH.hs
- libraries/ghci/GHCi/TH/Binary.hs
- libraries/ghci/ghci.cabal.in
- + libraries/template-haskell-syntax/Language/Haskell/TH.hs
The diff was not included because it is too large.
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/97427d5209ecaf2c9f9fbbee02b67998d3e3a2c3...0d14ae19d488a4412fba6923cca0a9943b4a5c7c
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/97427d5209ecaf2c9f9fbbee02b67998d3e3a2c3...0d14ae19d488a4412fba6923cca0a9943b4a5c7c
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/20220912/bc236582/attachment.html>
More information about the ghc-commits
mailing list