From: simonm Date: Fri, 7 Aug 1998 15:39:45 +0000 (+0000) Subject: [project @ 1998-08-07 15:39:45 by simonm] X-Git-Tag: Approx_2487_patches~475 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=5d3d42838c7846d24bf6dc8158fe1d830ab465af;p=ghc-hetmet.git [project @ 1998-08-07 15:39:45 by simonm] need -fglasgow-exts to get IOExts. --- diff --git a/ghc/tests/typecheck/should_compile/tc085.hs b/ghc/tests/typecheck/should_compile/tc085.hs index 7bfefe6..b9f7421 100644 --- a/ghc/tests/typecheck/should_compile/tc085.hs +++ b/ghc/tests/typecheck/should_compile/tc085.hs @@ -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