Wolfgang Jeltsch pushed to branch wip/jeltsch/base-buildable-with-ghc-9-14 at Glasgow Haskell Compiler / GHC
Commits:
-
44d20fd8
by Wolfgang Jeltsch at 2026-05-19T14:36:09+03:00
1 changed file:
Changes:
| ... | ... | @@ -279,7 +279,11 @@ import GHC.IO.StdHandles |
| 279 | 279 | stdout,
|
| 280 | 280 | stderr
|
| 281 | 281 | )
|
| 282 | +#if __GLASGOW_HASKELL__ < 1000
|
|
| 283 | +import GHC.Internal.System.IO (fixIO)
|
|
| 284 | +#else
|
|
| 282 | 285 | import GHC.Internal.Control.Monad.Fix (fixIO)
|
| 286 | +#endif
|
|
| 283 | 287 | import Control.Monad (return, (>>=))
|
| 284 | 288 | import Control.Exception (ioError)
|
| 285 | 289 | import Data.Eq ((==))
|