OPTIONS in a literate source file

Dean Herington heringto@cs.unc.edu
Mon, 21 Jan 2002 20:26:35 -0500 (EST)


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