[project @ 2000-04-10 16:02:58 by simonpj]
[ghc-hetmet.git] / ghc / lib / std / PrelArrExtra.lhs
index 8984c24..69d8fb1 100644 (file)
@@ -9,11 +9,10 @@ to compile.  So as not to compile the whole of PrelArr with
 module.
 
 \begin{code}
-{-# OPTIONS -fno-implicit-prelude #-}
+{-# OPTIONS -fcompiling-prelude -fno-implicit-prelude #-}
 
 module PrelArrExtra where
 
-import Ix
 import PrelArr
 import PrelByteArr
 import PrelST