[project @ 1998-01-22 15:54:43 by sof]
[ghc-hetmet.git] / ghc / lib / ghc / PrelList.lhs
index 7fd2d20..df0e4fb 100644 (file)
@@ -22,7 +22,7 @@ module PrelList (
    zip, zip3, zipWith, zipWith3, unzip, unzip3
  ) where
 
-import {-# SOURCE #-} Error ( error )
+import {-# SOURCE #-} GHCerr ( error )
 import PrelTup
 import PrelMaybe
 import PrelBase