958c2b0701e90efccd9e4f6db506c3fb97b1c864
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc085.hs
1 {-# OPTIONS -fglasgow-exts #-}
2 -- !!! From a bug report from Satnam.
3 -- !!! To do with re-exporting importees from PreludeGla* modules.
4 module ShouldSucceed ( module IOExts, module PrelGHC ) where
5
6 --OLD:   import GlaExts
7 --OLDER: import PreludeGlaIO
8 import IOExts
9 import PrelGHC
10
11 type FooType = Int
12 data FooData = FooData