[project @ 1998-02-02 17:27:26 by simonm]
[ghc-hetmet.git] / ghc / lib / std / PrelList.lhs
similarity index 99%
rename from ghc/lib/ghc/PrelList.lhs
rename to ghc/lib/std/PrelList.lhs
index df0e4fb..cae955e 100644 (file)
@@ -22,7 +22,7 @@ module PrelList (
    zip, zip3, zipWith, zipWith3, unzip, unzip3
  ) where
 
-import {-# SOURCE #-} GHCerr ( error )
+import {-# SOURCE #-} PrelErr ( error )
 import PrelTup
 import PrelMaybe
 import PrelBase