From dd953727029ed80d226c390bd168a3bcdf98ea0b Mon Sep 17 00:00:00 2001 From: simonm Date: Fri, 7 Aug 1998 16:05:27 +0000 Subject: [PATCH] [project @ 1998-08-07 16:05:27 by simonm] oops, put the OPTIONS at the top of the file. --- ghc/tests/typecheck/should_compile/tc085.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/tests/typecheck/should_compile/tc085.hs b/ghc/tests/typecheck/should_compile/tc085.hs index b9f7421..8c0b8c7 100644 --- a/ghc/tests/typecheck/should_compile/tc085.hs +++ b/ghc/tests/typecheck/should_compile/tc085.hs @@ -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 -- 1.7.10.4