cvs commit: fptools/libraries/Cabal/Distribution/Simple SrcDist.hs
Ross Paterson
ross at haskell.org
Thu Mar 17 11:09:57 EST 2005
ross 2005/03/17 08:09:57 PST
Modified files:
libraries/Cabal/Distribution/Simple SrcDist.hs
Log:
(for STABLE, I guess: not the whole solution, but a bit better than now.)
Improve sdist a bit: copy files named in main-is, license-file and c-sources.
Also supply a default Setup.hs if none is present.
This will get it working for only the simplest of packages. It omits
header files, configure stuff and files named in the buildinfo file.
To do it properly, we'd need a field in the package description listing
extra files to copy into a source distribution.
Revision Changes Path
1.16 +31 -10 fptools/libraries/Cabal/Distribution/Simple/SrcDist.hs
More information about the Cvs-libraries
mailing list