cvs commit: fptools/libraries/Cabal/Distribution
PackageDescription.hs
Ross Paterson
ross at haskell.org
Mon Jan 31 06:12:18 EST 2005
ross 2005/01/31 03:12:18 PST
Modified files:
libraries/Cabal/Distribution PackageDescription.hs
Log:
No longer expect a name field at the head of the library stanza --
it's redundant, and the pretty printer can't produce it.
Another way to manage the mapping of component names to BuildInfo's
would be to use the filesystem, i.e. look for <package>.buildinfo,
<exename1>.buildinfo, <exename2>.buildinfo, etc, each parsing as a
single BuildInfo.
Revision Changes Path
1.32 +4 -6 fptools/libraries/Cabal/Distribution/PackageDescription.hs
More information about the Cvs-libraries
mailing list