[project @ 2000-04-10 16:02:58 by simonpj]
[ghc-hetmet.git] / ghc / lib / std / PrelByteArr.lhs
index 3533ee3..f51ad17 100644 (file)
@@ -6,14 +6,13 @@
 Byte-arrays are flat arrays of non-pointers only.
 
 \begin{code}
-{-# OPTIONS -fno-implicit-prelude #-}
+{-# OPTIONS -fcompiling-prelude -fno-implicit-prelude #-}
 
 module PrelByteArr where
 
 import {-# SOURCE #-} PrelErr ( error )
 import PrelArr
 import PrelFloat
-import Ix
 import PrelList (foldl)
 import PrelST
 import PrelBase