[project @ 1998-02-02 17:27:26 by simonm]
[ghc-hetmet.git] / ghc / lib / std / Prelude.lhs
similarity index 98%
rename from ghc/lib/required/Prelude.lhs
rename to ghc/lib/std/Prelude.lhs
index b386d66..000dd10 100644 (file)
@@ -71,7 +71,7 @@ import PrelEither
 import PrelBounded
 import Monad
 import Maybe
-import GHCerr   ( error, seqError )
+import PrelErr   ( error, seqError )
 
 -- These can't conveniently be defined in PrelBase because they use numbers,
 -- or I/O, so here's a convenient place to do them.