Johannes Waldmann <[EMAIL PROTECTED]> writes: > What is the preferred way to generate haddockumentation > from code that must be preprocessed (ghc -cpp)? > > Would Cabal support this?
Cabal does support this. If you use the CPP extension, it'll preprocess the code before running haddock on it. > I'd certainly welcome Cabal support for other haddock features as > well (--source, --read-interface). I am not sure where to put all > these arguments in the .cabal file. Cabal doesn't support these yet, though. Maybe in the future. peace, isaac _______________________________________________ Haskell mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell
