summaryrefslogtreecommitdiff
path: root/ghc/lib/concurrent/Concurrent.lhs
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/lib/concurrent/Concurrent.lhs')
-rw-r--r--ghc/lib/concurrent/Concurrent.lhs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/lib/concurrent/Concurrent.lhs b/ghc/lib/concurrent/Concurrent.lhs
index c715a1ebd3..b0169c2bb9 100644
--- a/ghc/lib/concurrent/Concurrent.lhs
+++ b/ghc/lib/concurrent/Concurrent.lhs
@@ -19,7 +19,7 @@ module Concurrent (
module Semaphore,
module Merge,
module SampleVar,
- module ConcBase
+ module PrelConc
) where
import Parallel
@@ -28,5 +28,5 @@ import Channel
import Semaphore
import Merge
import SampleVar
-import ConcBase
+import PrelConc
\end{code}