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