projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69ca0ae
)
[project @ 1998-08-14 12:53:10 by sof]
author
sof
<unknown>
Fri, 14 Aug 1998 12:53:10 +0000
(12:53 +0000)
committer
sof
<unknown>
Fri, 14 Aug 1998 12:53:10 +0000
(12:53 +0000)
Import PrelErr using {-# SOURCE #-}
ghc/lib/std/PrelConc.lhs
patch
|
blob
|
history
diff --git
a/ghc/lib/std/PrelConc.lhs
b/ghc/lib/std/PrelConc.lhs
index
e2da14b
..
8068864
100644
(file)
--- a/
ghc/lib/std/PrelConc.lhs
+++ b/
ghc/lib/std/PrelConc.lhs
@@
-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#,