[project @ 1998-08-07 15:39:45 by simonm]
authorsimonm <unknown>
Fri, 7 Aug 1998 15:39:45 +0000 (15:39 +0000)
committersimonm <unknown>
Fri, 7 Aug 1998 15:39:45 +0000 (15:39 +0000)
need -fglasgow-exts to get IOExts.

ghc/tests/typecheck/should_compile/tc085.hs

index 7bfefe6..b9f7421 100644 (file)
@@ -1,5 +1,6 @@
 --!!! 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