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