b9f7421d7eb8b2df96d7086fa2b403ba7e4574ee
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc085.hs
1 --!!! From a bug report from Satnam.
2 --!!! To do with re-exporting importees from PreludeGla* modules.
3 {-# OPTIONS -fglasgow-exts #-}
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