[Git][ghc/ghc][wip/marge_bot_batch_merge_job] 5 commits: Fix TH dependencies (#22229)

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Wed May 1 21:55:07 UTC 2024



Marge Bot pushed to branch wip/marge_bot_batch_merge_job at Glasgow Haskell Compiler / GHC


Commits:
4d78c53c by Sylvain Henry at 2024-05-01T17:23:06-04:00
Fix TH dependencies (#22229)

Add a dependency between Syntax and Internal (via module reexport).

- - - - -
37e38db4 by Sylvain Henry at 2024-05-01T17:23:06-04:00
Bump haddock submodule

- - - - -
ca13075c by Sylvain Henry at 2024-05-01T17:23:47-04:00
JS: cleanup to prepare for #24743

- - - - -
8da5e853 by Alan Zimmerman at 2024-05-01T17:54:59-04:00
EPA: Preserve comments for PrefixCon

Preserve comments in

    fun (Con {- c1 -} a b)
        = undefined

Closes #24736

- - - - -
bfbf86cb by Hécate Moonlight at 2024-05-01T17:55:00-04:00
Correct `@since` metadata in HpcFlags

It was introduced in base-4.20, not 4.22.
Fix #24721

- - - - -


15 changed files:

- compiler/GHC/Builtin/Names/TH.hs
- compiler/GHC/Parser/PostProcess.hs
- compiler/GHC/StgToJS/Apply.hs
- compiler/GHC/StgToJS/Arg.hs
- compiler/GHC/StgToJS/Closure.hs
- compiler/GHC/StgToJS/CodeGen.hs
- compiler/GHC/StgToJS/Expr.hs
- compiler/GHC/StgToJS/Heap.hs
- compiler/GHC/StgToJS/Rts/Rts.hs
- compiler/GHC/StgToJS/Stack.hs
- compiler/GHC/StgToJS/Types.hs
- hadrian/src/Rules/Dependencies.hs
- libraries/ghc-internal/src/GHC/Internal/Base.hs
- libraries/ghc-internal/src/GHC/Internal/RTS/Flags.hsc
- libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs


The diff was not included because it is too large.


View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/9c4634e56ccad69095b516d84205cebeabdc6a08...bfbf86cb853341168949af1f1056401bd4d21224

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/9c4634e56ccad69095b516d84205cebeabdc6a08...bfbf86cb853341168949af1f1056401bd4d21224
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/20240501/7fea9dbd/attachment.html>


More information about the ghc-commits mailing list