Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
fa88d09a
by Wolfgang Jeltsch at 2026-02-24T08:36:47-05:00
1 changed file:
Changes:
| ... | ... | @@ -23,7 +23,9 @@ module GHC.Internal.System.IO.OS |
| 23 | 23 | )
|
| 24 | 24 | where
|
| 25 | 25 | |
| 26 | -import GHC.Internal.Base
|
|
| 26 | +#if defined(mingw32_HOST_OS)
|
|
| 27 | +import GHC.Internal.Base (otherwise)
|
|
| 28 | +#endif
|
|
| 27 | 29 | import GHC.Internal.Control.Monad (return)
|
| 28 | 30 | import GHC.Internal.Control.Concurrent.MVar (MVar)
|
| 29 | 31 | import GHC.Internal.Control.Exception (mask)
|