diff options
Diffstat (limited to 'ghc/lib/concurrent/Parallel.lhs')
-rw-r--r-- | ghc/lib/concurrent/Parallel.lhs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ghc/lib/concurrent/Parallel.lhs b/ghc/lib/concurrent/Parallel.lhs index 4a6eacba3b..2089219aae 100644 --- a/ghc/lib/concurrent/Parallel.lhs +++ b/ghc/lib/concurrent/Parallel.lhs @@ -10,12 +10,12 @@ module Parallel (par, seq -- re-exported #endif ) where -import ConcBase ( par ) +import PrelConc ( par ) #if defined(__GRANSIM__) import PrelBase -import GHCerr ( parError ) -import GHC ( parGlobal#, parLocal#, parAt#, parAtAbs#, parAtRel#, parAtForNow# ) +import PrelErr ( parError ) +import PrelGHC ( parGlobal#, parLocal#, parAt#, parAtAbs#, parAtRel#, parAtForNow# ) {-# INLINE parGlobal #-} {-# INLINE parLocal #-} |