diff options
author | andy <unknown> | 2000-03-09 21:16:49 +0000 |
---|---|---|
committer | andy <unknown> | 2000-03-09 21:16:49 +0000 |
commit | 237783e77c42ef3b1d5bfe2d31545b9554a1c38a (patch) | |
tree | 6fdeca9025cf1432d1beb091dd26d9d06c459765 /ghc/lib/std/Array.lhs | |
parent | 61c0713928628b95607185e6443be02b684bd483 (diff) | |
download | haskell-237783e77c42ef3b1d5bfe2d31545b9554a1c38a.tar.gz |
[project @ 2000-03-09 21:16:49 by andy]
Wibble: rm needless import Prelude used by Hugs.
Diffstat (limited to 'ghc/lib/std/Array.lhs')
-rw-r--r-- | ghc/lib/std/Array.lhs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ghc/lib/std/Array.lhs b/ghc/lib/std/Array.lhs index 5ee94ff061..9c32f4acc3 100644 --- a/ghc/lib/std/Array.lhs +++ b/ghc/lib/std/Array.lhs @@ -45,7 +45,6 @@ import PrelShow import PrelArr -- Most of the hard work is done here import PrelBase #else -import Prelude import privileged Prelude ( PrimArray , runST , primNewArray |