Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
4180af3f
by Zubin Duggal at 2026-07-04T04:15:38-04: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
|
| ... | ... | @@ -97,4 +97,5 @@ ghcWarningsArgs = do |
| 97 | 97 | ]
|
| 98 | 98 | , package xhtml ? pure [ "-Wno-unused-imports" ]
|
| 99 | 99 | , package containers ? pure [ "-Wno-unused-imports" ]
|
| 100 | + , package semaphoreCompat ? pure [ "-Wno-unused-imports" ]
|
|
| 100 | 101 | ] ] |
| 1 | -Subproject commit 44e7488dd93cbf333ceca1319a60146898f6224f |
|
| 1 | +Subproject commit ebcb68506e67de9c8190c0394e10c913593d85da |