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/Array.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/Array.lhs')
-rw-r--r-- | ghc/lib/std/Array.lhs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ghc/lib/std/Array.lhs b/ghc/lib/std/Array.lhs index 9c32f4acc3..5ee94ff061 100644 --- a/ghc/lib/std/Array.lhs +++ b/ghc/lib/std/Array.lhs @@ -45,6 +45,7 @@ import PrelShow import PrelArr -- Most of the hard work is done here import PrelBase #else +import Prelude import privileged Prelude ( PrimArray , runST , primNewArray |