diff options
author | andy <unknown> | 2000-03-30 09:04:34 +0000 |
---|---|---|
committer | andy <unknown> | 2000-03-30 09:04:34 +0000 |
commit | 03d3a5113ae074809479c96ee08b18cb5fb80b39 (patch) | |
tree | b81fcef57dc4bd73485ba8a5573c2a9c769abb9b /ghc/lib/std/IO.lhs | |
parent | 042ab680a291b83c9b3879fe49e439b1525cd02d (diff) | |
download | haskell-03d3a5113ae074809479c96ee08b18cb5fb80b39.tar.gz |
[project @ 2000-03-30 09:04:34 by andy]
Wibble One.
Diffstat (limited to 'ghc/lib/std/IO.lhs')
-rw-r--r-- | ghc/lib/std/IO.lhs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ghc/lib/std/IO.lhs b/ghc/lib/std/IO.lhs index 67a491f766..7ddeb03912 100644 --- a/ghc/lib/std/IO.lhs +++ b/ghc/lib/std/IO.lhs @@ -87,6 +87,7 @@ module IO ( #ifdef __HUGS__ import Ix(Ix) +import Prelude import privileged Prelude ( IORef , unsafePerformIO , prelCleanupAfterRunAction |