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:
2a5a41e
)
[project @ 2000-10-16 10:16:33 by sewardj]
author
sewardj
<unknown>
Mon, 16 Oct 2000 10:16:33 +0000
(10:16 +0000)
committer
sewardj
<unknown>
Mon, 16 Oct 2000 10:16:33 +0000
(10:16 +0000)
Don't try to import IOError non-abstractly (avoids a compiler warning).
ghc/compiler/utils/FastString.lhs
patch
|
blob
|
history
diff --git
a/ghc/compiler/utils/FastString.lhs
b/ghc/compiler/utils/FastString.lhs
index
95ed4a5
..
b4c0597
100644
(file)
--- a/
ghc/compiler/utils/FastString.lhs
+++ b/
ghc/compiler/utils/FastString.lhs
@@
-74,7
+74,7
@@
import PrelHandle ( readHandle,
)
#endif
-import PrelIOBase ( Handle__(..), IOError(..), IOErrorType(..),
+import PrelIOBase ( Handle__(..), IOError, IOErrorType(..),
#if __GLASGOW_HASKELL__ < 400
IOResult(..),
#endif