[project @ 2000-04-11 09:45:36 by andy]
authorandy <unknown>
Tue, 11 Apr 2000 09:45:36 +0000 (09:45 +0000)
committerandy <unknown>
Tue, 11 Apr 2000 09:45:36 +0000 (09:45 +0000)
Wibble

ghc/lib/std/Ix.lhs

index a152d6d..d7544dc 100644 (file)
@@ -28,8 +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.