[project @ 2000-05-15 12:49:48 by rrt]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc085.hs
index 7bfefe6..f37082b 100644 (file)
@@ -1,9 +1,8 @@
---!!! From a bug report from Satnam.
---!!! To do with re-exporting importees from PreludeGla* modules.
+{-# OPTIONS -fglasgow-exts #-}
+-- !!! From a bug report from Satnam.
+-- !!! To do with re-exporting importees from PreludeGla* modules.
 module ShouldSucceed ( module IOExts, module PrelGHC ) where
 
---OLD:   import GlaExts
---OLDER: import PreludeGlaIO
 import IOExts
 import PrelGHC