[project @ 2002-09-09 15:30:58 by ross]
[ghc-base.git] / Data / Ix.hs
index c9ebe92..b947466 100644 (file)
@@ -78,3 +78,7 @@ import Prelude
 #ifdef __GLASGOW_HASKELL__
 import GHC.Arr
 #endif
+
+#ifdef __HUGS__
+import Hugs.Prelude( Ix(..) )
+#endif