cvs commit: fptools/libraries/Cabal/Distribution PreProcess.hs
Ross Paterson
ross at haskell.org
Wed Dec 29 13:36:47 EST 2004
ross 2004/12/29 10:36:46 PST
Modified files:
libraries/Cabal/Distribution PreProcess.hs
Log:
Some rearrangement, centring on changes to the definition of
PPSuffixHandler:
* removed the special treatment of literate source: a separate
preprocessor can be used for these if required.
* handlers can use package and local build info to construct the
appropriate preprocessor.
Also, the supplied suffix handlers list now only has entries for suffixes
that need preprocessing (i.e. not .hs or .lhs). Dummy entries for the
suffixes handled by the compiler are added internally.
Revision Changes Path
1.6 +98 -103 fptools/libraries/Cabal/Distribution/PreProcess.hs
More information about the Cvs-libraries
mailing list