haddock suggestion -- %{FILE}

Malcolm Wallace Malcolm.Wallace at cs.york.ac.uk
Wed Jan 10 05:15:55 EST 2007


"Conal Elliott" <conal at conal.net> wrote:

> I don't know what -optP-P or these other flags are.  Do you know where
> they're documented?

-optP is a GHC flag, which says to pass the remainder of the string as
an argument to the preprocessor.  (The preprocessor itself can be
specified with GHC's -pgmP flag.)

The -P flag to the standard C preprocessor says to omit #line droppings.

Regards,
    Malcolm


More information about the Libraries mailing list