[Git][ghc/ghc][wip/T13660] Fix it
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Wed Apr 5 20:49:19 UTC 2023
Ben Gamari pushed to branch wip/T13660 at Glasgow Haskell Compiler / GHC
Commits:
b9947703 by Ben Gamari at 2023-04-05T20:49:18+00:00
Fix it
- - - - -
1 changed file:
- libraries/base/System/Posix/Internals.hs
Changes:
=====================================
libraries/base/System/Posix/Internals.hs
=====================================
@@ -43,7 +43,9 @@ import System.IO.Error
import GHC.Base
import GHC.Num
+#if defined(mingw32_HOST_OS)
import GHC.OldList (elem)
+#endif
import GHC.Ptr
import GHC.Real
import GHC.IO
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b99477030a04d52962c816f188a5b4c82045c6a5
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b99477030a04d52962c816f188a5b4c82045c6a5
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230405/88491a55/attachment-0001.html>
More information about the ghc-commits
mailing list