From 5d3d42838c7846d24bf6dc8158fe1d830ab465af Mon Sep 17 00:00:00 2001 From: simonm Date: Fri, 7 Aug 1998 15:39:45 +0000 Subject: [PATCH] [project @ 1998-08-07 15:39:45 by simonm] need -fglasgow-exts to get IOExts. --- ghc/tests/typecheck/should_compile/tc085.hs | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.10.4