X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=ghc%2Flib%2Fconcurrent%2FParallel.hs;h=be828313ba46f6d848672f1497d426bc43fbe504;hp=6f8b2c422a23f89a784b3c31f2c8377082835234;hb=5eb1c77c795f92ed0f4c8023847e9d4be1a4fd0d;hpb=f7ecf7234c224489be8a5e63fced903b655d92ee diff --git a/ghc/lib/concurrent/Parallel.hs b/ghc/lib/concurrent/Parallel.hs index 6f8b2c4..be82831 100644 --- a/ghc/lib/concurrent/Parallel.hs +++ b/ghc/lib/concurrent/Parallel.hs @@ -12,6 +12,7 @@ module Parallel (par, seq -- re-exported ) where import GHCbase ( par, seq ) +import GHCerr ( parError ) #if defined(__GRANSIM__)