[project @ 2002-10-09 17:08:18 by malcolm]
[ghc-base.git] / Data / Ix.hs
index c9ebe92..44e113a 100644 (file)
@@ -78,3 +78,12 @@ import Prelude
 #ifdef __GLASGOW_HASKELL__
 import GHC.Arr
 #endif
+
+#ifdef __HUGS__
+import Hugs.Prelude( Ix(..) )
+#endif
+
+#ifdef __NHC__
+import Ix (Ix(..))
+#endif
+