Re: C preprocessor + WinHugs
Ross Paterson <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.hugs |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Oct 31, 2005 at 09:02:58AM +0000, Malcolm Wallace wrote:
> There was talk at one stage of a standard language-extensions pragma,
> corresponding to your third option.
> {-# LANGUAGE cpp MPTC fundeps #-}
> I think SimonM has just implemented it for ghc, the rest of us are
> lagging behind.
{-# LANGUAGE CPP #-} has been supported for Hugs since last year,
but only when building via Cabal. That is, the Cabal library handles
it for --hugs, but assumes the compilers will handle it themselves.