[project @ 1998-08-07 16:05:27 by simonm]
authorsimonm <unknown>
Fri, 7 Aug 1998 16:05:27 +0000 (16:05 +0000)
committersimonm <unknown>
Fri, 7 Aug 1998 16:05:27 +0000 (16:05 +0000)
oops, put the OPTIONS at the top of the file.

ghc/tests/typecheck/should_compile/tc085.hs

index b9f7421..8c0b8c7 100644 (file)
@@ -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