[commit: ghc] master: GHCi: Fix Windows build (again) (70980b1)

git at git.haskell.org git at git.haskell.org
Fri Feb 5 17:39:05 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/70980b115e33e32b9730825aeebf20fae1859101/ghc

>---------------------------------------------------------------

commit 70980b115e33e32b9730825aeebf20fae1859101
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


>---------------------------------------------------------------

70980b115e33e32b9730825aeebf20fae1859101
 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