Magnus pushed to branch wip/mangoiv/9.12.5-rc3-fixes at Glasgow Haskell Compiler / GHC
Commits:
-
654a7794
by Zubin Duggal at 2026-07-08T23:07:49+02:00
3 changed files:
Changes:
| ... | ... | @@ -2,7 +2,7 @@ section: compiler |
| 2 | 2 | issues: #25087
|
| 3 | 3 | mrs: !15729
|
| 4 | 4 | synopsis:
|
| 5 | - Update to semaphore-compat 2.0.0 (``-jsem`` protocol v2)
|
|
| 5 | + Update to semaphore-compat 2.0.1 (``-jsem`` protocol v2)
|
|
| 6 | 6 | description:
|
| 7 | 7 | On Linux and other POSIX platforms, GHC's ``-jsem`` jobserver client
|
| 8 | 8 | now speaks v2 of the semaphore-compat protocol, which uses Unix
|
| ... | ... | @@ -89,4 +89,6 @@ ghcWarningsArgs = do |
| 89 | 89 | , "-Wno-deprecations" -- https://gitlab.haskell.org/ghc/ghc/-/issues/24240
|
| 90 | 90 | , "-Wno-deriving-typeable"
|
| 91 | 91 | ]
|
| 92 | - , package xhtml ? pure [ "-Wno-unused-imports" ] ] ] |
|
| 92 | + , package xhtml ? pure [ "-Wno-unused-imports" ]
|
|
| 93 | + , package semaphoreCompat ? pure [ "-Wno-unused-imports" ]
|
|
| 94 | + ] ] |
| 1 | -Subproject commit 44e7488dd93cbf333ceca1319a60146898f6224f |
|
| 1 | +Subproject commit ebcb68506e67de9c8190c0394e10c913593d85da |