[commit: ghc] ghc-8.0: GHCi: Fix Windows build (again) (5b35c55)
git at git.haskell.org
git at git.haskell.org
Fri Feb 5 17:53:45 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/5b35c5509adb1311856faa0bc9767aec9ad5e9b7/ghc
>---------------------------------------------------------------
commit 5b35c5509adb1311856faa0bc9767aec9ad5e9b7
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Feb 5 16:11:01 2016 +0100
GHCi: Fix Windows build (again)
GHC.Conc exports Shutdown
(cherry picked from commit 70980b115e33e32b9730825aeebf20fae1859101)
>---------------------------------------------------------------
5b35c5509adb1311856faa0bc9767aec9ad5e9b7
compiler/ghci/GHCi.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/ghci/GHCi.hs b/compiler/ghci/GHCi.hs
index 80aeccf..7097e66 100644
--- a/compiler/ghci/GHCi.hs
+++ b/compiler/ghci/GHCi.hs
@@ -81,7 +81,7 @@ import GHC.IO.Handle.FD (fdToHandle)
import System.Posix as Posix
#endif
import System.Process
-import GHC.Conc
+import GHC.Conc (getNumProcessors, pseq, par)
{- Note [Remote GHCi]
More information about the ghc-commits
mailing list