patch applied (cabal): Make sdist work for libs that use the
Paths_pkgname module
Duncan Coutts
duncan.coutts at worc.ox.ac.uk
Thu Oct 9 19:17:14 EDT 2008
Thu Oct 9 14:45:07 PDT 2008 Duncan Coutts <duncan at haskell.org>
* Make sdist work for libs that use the Paths_pkgname module
Do it by just filtering that module out of the package
description before running sdist etc. This isn't lovely
because it steals that module name from the module namespace
but at least it now works. Thanks to Jean-Philippe Bernardy
for the first iteration of this patch.
M ./Distribution/Simple/SrcDist.hs -10 +20
View patch online:
http://darcs.haskell.org/cabal/_darcs/patches/20081009214507-adfee-6292ef0ea107987a971bdfa60e53c4d326a2feb3.gz
More information about the cabal-devel
mailing list