[project @ 1997-01-07 01:17:30 by simonpj]
[ghc-hetmet.git] / ghc / lib / required / Ix.lhs
index e57c3f6..c68546f 100644 (file)
@@ -11,7 +11,7 @@ module Ix (
        Ix(range, index, inRange)
   ) where
 
-import {#- SOURCE #-}  IOBase  ( error )
+import {-# SOURCE #-}  IOBase  ( error )
 import PrelNum
 import PrelTup
 import PrelBase