[project @ 1998-08-27 13:09:44 by sof]
[ghc-hetmet.git] / ghc / lib / std / PrelConc.lhs
index e2da14b..8068864 100644 (file)
@@ -20,9 +20,9 @@ module PrelConc(
     ) where
 
 import PrelBase
+import {-# SOURCE #-} PrelErr ( parError )
 import PrelST          ( ST(..), STret(..), StateAndPtr#(..) )
 import PrelIOBase      ( IO(..), IOResult(..), MVar(..) )
-import PrelErr         ( parError )
 import PrelBase                ( Int(..) )
 import PrelGHC         ( fork#, delay#, waitRead#, waitWrite#,
                          SynchVar#, newSynchVar#, takeMVar#, putMVar#,