[project @ 1998-01-22 15:54:43 by sof]
[ghc-hetmet.git] / ghc / lib / ghc / ArrBase.lhs
index 4686421..b80c0cd 100644 (file)
@@ -11,7 +11,7 @@ types and operations.
 
 module ArrBase where
 
-import {-# SOURCE #-} Error ( error )
+import {-# SOURCE #-} GHCerr ( error )
 import Ix
 import PrelList (foldl)
 import STBase