From: simonm Date: Fri, 7 Aug 1998 16:05:27 +0000 (+0000) Subject: [project @ 1998-08-07 16:05:27 by simonm] X-Git-Tag: Approx_2487_patches~474 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=dd953727029ed80d226c390bd168a3bcdf98ea0b;p=ghc-hetmet.git [project @ 1998-08-07 16:05:27 by simonm] oops, put the OPTIONS at the top of the file. --- 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