[Git][ghc/ghc][master] ghc-internal: fix redundant import in GHC.Internal.Event.Windows.ManagedThreadPool
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: 7e31367c by Cheng Shao at 2026-03-06T06:32:46-05:00 ghc-internal: fix redundant import in GHC.Internal.Event.Windows.ManagedThreadPool This patch fixes redundant import in `GHC.Internal.Event.Windows.ManagedThreadPool` that causes a compilation error when building windows target with validate flavours and bootstrapping from 9.14. Fixes #26976. - - - - - 1 changed file: - libraries/ghc-internal/src/GHC/Internal/Event/Windows/ManagedThreadPool.hs Changes: ===================================== libraries/ghc-internal/src/GHC/Internal/Event/Windows/ManagedThreadPool.hs ===================================== @@ -31,7 +31,6 @@ import GHC.Internal.Control.Concurrent.MVar import GHC.Internal.Data.Maybe import GHC.Internal.Base import GHC.Internal.Num ((-), (+)) -import GHC.Internal.Real (fromIntegral) import qualified GHC.Internal.Event.Array as A import GHC.Internal.IO.Handle.Internals (debugIO) import GHC.Internal.Conc.Sync (ThreadId(..)) View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7e31367c832225f2d7b277077444c2a5... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7e31367c832225f2d7b277077444c2a5... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Marge Bot (@marge-bot)