[project @ 1998-08-07 16:05:27 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc085.hs
index b9f7421..8c0b8c7 100644 (file)
@@ -1,6 +1,6 @@
+{-# OPTIONS -fglasgow-exts #-}
 --!!! From a bug report from Satnam.
 --!!! To do with re-exporting importees from PreludeGla* modules.
-{-# OPTIONS -fglasgow-exts #-}
 module ShouldSucceed ( module IOExts, module PrelGHC ) where
 
 --OLD:   import GlaExts