[project @ 1997-01-07 01:17:30 by simonpj]
[ghc-hetmet.git] / ghc / lib / ghc / PrelRead.lhs
index 6f3b8aa..683c42b 100644 (file)
@@ -11,7 +11,7 @@ The @Read@ class and many of its instances.
 
 module PrelRead where
 
-import {#- SOURCE #-}  IOBase  ( error )
+import {-# SOURCE #-}  IOBase  ( error )
 import PrelNum
 import PrelList
 import PrelTup