[project @ 1998-02-02 17:27:26 by simonm]
[ghc-hetmet.git] / ghc / lib / exts / MutableArray.lhs
similarity index 99%
rename from ghc/lib/glaExts/MutableArray.lhs
rename to ghc/lib/exts/MutableArray.lhs
index eead4b6..7a45059 100644 (file)
@@ -55,7 +55,7 @@ module MutableArray
 
     ) where
 
-import ArrBase
+import PrelArr
 import ST
 import Ix