[Git][ghc/ghc][wip/sgraf-T12457] 2 commits: Suppress a warning in GHC.Internal.LanguageExtensions
Sebastian Graf (@sgraf812)
gitlab at gitlab.haskell.org
Mon Jun 24 10:05:32 UTC 2024
Sebastian Graf pushed to branch wip/sgraf-T12457 at Glasgow Haskell Compiler / GHC
Commits:
ab1edb1f by Sebastian Graf at 2024-06-24T12:04:01+02:00
Suppress a warning in GHC.Internal.LanguageExtensions
- - - - -
e8b25c86 by Sebastian Graf at 2024-06-24T12:05:24+02:00
Implement "Deriving via TH" idea (#12457)
- - - - -
30 changed files:
- compiler/GHC/Builtin/Names/TH.hs
- compiler/GHC/Hs/Decls.hs
- compiler/GHC/Hs/Expr.hs
- compiler/GHC/Hs/Instances.hs
- compiler/GHC/HsToCore/Quote.hs
- compiler/GHC/Iface/Ext/Ast.hs
- compiler/GHC/Parser.y
- compiler/GHC/Parser/Annotation.hs
- compiler/GHC/Parser/Lexer.x
- compiler/GHC/Rename/Module.hs
- compiler/GHC/Rename/Splice.hs
- compiler/GHC/Tc/Deriv.hs
- compiler/GHC/Tc/Deriv/Generate.hs
- compiler/GHC/Tc/Deriv/Infer.hs
- compiler/GHC/Tc/Deriv/Utils.hs
- compiler/GHC/Tc/Gen/Bind.hs
- compiler/GHC/Tc/Gen/HsType.hs
- compiler/GHC/Tc/Gen/Splice.hs
- compiler/GHC/Tc/Gen/Splice.hs-boot
- compiler/GHC/Tc/TyCl/Instance.hs
- compiler/GHC/Tc/TyCl/Instance.hs-boot
- compiler/Language/Haskell/Syntax/Decls.hs
- compiler/Language/Haskell/Syntax/Extension.hs
- libraries/ghc-internal/src/GHC/Internal/LanguageExtensions.hs
- libraries/ghc-internal/src/GHC/Internal/TH/Lib.hs
- + testsuite/tests/th/T12457.hs
- + testsuite/tests/th/T12457.stdout
- + testsuite/tests/th/T12457_aux.hs
- testsuite/tests/th/all.T
- utils/haddock/haddock-api/src/Haddock/Backends/Hyperlinker/Parser.hs
The diff was not included because it is too large.
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/82aea77ed908fe36bed829c9c4a01ea9b30a0181...e8b25c8674f6d88a542e292292cd84e8030d3c26
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/82aea77ed908fe36bed829c9c4a01ea9b30a0181...e8b25c8674f6d88a542e292292cd84e8030d3c26
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/20240624/fb5b403a/attachment-0001.html>
More information about the ghc-commits
mailing list