[Git][ghc/ghc][wip/semaphore-compat-2.0.1] Bump semaphore-compat submodule to 2.0.1
Zubin pushed to branch wip/semaphore-compat-2.0.1 at Glasgow Haskell Compiler / GHC Commits: b2ef5205 by Zubin Duggal at 2026-07-03T10:39:10+05:30 Bump semaphore-compat submodule to 2.0.1 This versions includes some cruicial fixes for darwin - - - - - 3 changed files: - changelog.d/semaphore-v2 - hadrian/src/Settings/Warnings.hs - libraries/semaphore-compat Changes: ===================================== changelog.d/semaphore-v2 ===================================== @@ -2,7 +2,7 @@ section: compiler issues: #25087 mrs: !15729 synopsis: - Update to semaphore-compat 2.0.0 (``-jsem`` protocol v2) + Update to semaphore-compat 2.0.1 (``-jsem`` protocol v2) description: On Linux and other POSIX platforms, GHC's ``-jsem`` jobserver client now speaks v2 of the semaphore-compat protocol, which uses Unix ===================================== hadrian/src/Settings/Warnings.hs ===================================== @@ -97,4 +97,5 @@ ghcWarningsArgs = do ] , package xhtml ? pure [ "-Wno-unused-imports" ] , package containers ? pure [ "-Wno-unused-imports" ] + , package semaphoreCompat ? pure [ "-Wno-unused-imports" ] ] ] ===================================== libraries/semaphore-compat ===================================== @@ -1 +1 @@ -Subproject commit 44e7488dd93cbf333ceca1319a60146898f6224f +Subproject commit ebcb68506e67de9c8190c0394e10c913593d85da View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b2ef5205e17e8484e7a0bbb3eec47fef... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b2ef5205e17e8484e7a0bbb3eec47fef... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Zubin (@wz1000)