[project @ 2000-05-15 12:49:48 by rrt]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc085.hs
index 90d5cf0..f37082b 100644 (file)
@@ -1,11 +1,10 @@
---!!! From a bug report from Satnam.
---!!! To do with re-exporting importees from PreludeGla* modules.
-module ShouldSucceed ( module IOExts, module GHC ) where
+{-# 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 GHC
+import PrelGHC
 
 type FooType = Int
 data FooData = FooData