diff options
-rw-r--r-- | compiler/ghci/GHCi.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghci/GHCi.hs b/compiler/ghci/GHCi.hs index 80aeccf505..7097e665ce 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] |