[project @ 2002-11-08 09:04:35 by simonpj]
[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
+