Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • libraries/ghc-internal/src/GHC/Internal/System/IO/OS.hs
    ... ... @@ -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)