[project @ 1997-01-07 01:17:30 by simonpj]
[ghc-hetmet.git] / ghc / lib / glaExts / PackedString.lhs
index 989316c..2159874 100644 (file)
@@ -69,7 +69,7 @@ module PackedString (
        packCBytesST, unpackCString
     ) where
 
-import {#- SOURCE #-}  IOBase  ( error )
+import {-# SOURCE #-}  IOBase  ( error )
 import Ix
 import PrelList
 import STBase