OPTIONS in a literate source file
Sigbjorn Finne
sof@galois.com
Mon, 21 Jan 2002 17:35:18 -0800
Try
>{-# OPTIONS -fglasgow-exts #-}
i.e., no space between '>' and '{'.
--sigbjorn
----- Original Message -----
From: "Dean Herington" <heringto@cs.unc.edu>
To: <glasgow-haskell-users@haskell.org>
Sent: Monday, January 21, 2002 17:26
Subject: OPTIONS in a literate source file
> I can't figure out how to get GHC to recognize my OPTIONS pragmas in a
> literate source file. Neither
>
> > {-# OPTIONS -fglasgow-exts #-}
>
> nor
>
> {-# OPTIONS -fglasgow-exts #-}
>
> works as the first line in the file. Can anybody tell me what I'm doing
> wrong?
>
> Thanks.
>
> --Dean
>
>
> _______________________________________________
> Glasgow-haskell-users mailing list
> Glasgow-haskell-users@haskell.org
> http://www.haskell.org/mailman/listinfo/glasgow-haskell-users