[project @ 1997-06-18 23:52:36 by simonpj]
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_succeed / tc085.hs
index fcdf1af..fe5ad6a 100644 (file)
@@ -1,9 +1,9 @@
---! From a bug report from Satnam.
---! To do with re-exporting importees from PreludeGla* modules.
-module Foo ( PreludePrimIO.., {-PreludeGlaIO..,-} Foo..) where
+--!!! From a bug report from Satnam.
+--!!! To do with re-exporting importees from PreludeGla* modules.
+module Foo ( module GlaExts, module Foo ) where
 
 --OLD: import PreludeGlaIO
-import PreludePrimIO
+import GlaExts
 
 type FooType = Int
 data FooData = FooData