[project @ 2000-04-11 09:45:36 by andy]
[ghc-hetmet.git] / ghc / lib / std / Ix.lhs
index e9981df..d7544dc 100644 (file)
@@ -28,7 +28,9 @@ module Ix
     ) where
 
 import Prelude
-
+#ifndef __HUGS__
+import PrelArr
+#endif
 -- This module is empty, because Ix is defined in PrelArr.
 -- Reason: it's needed internally in the Prelude.  
 -- This module serves solely to export it to the user.