patch applied (cabal): Add util function allBuildInfo ::
PackageDescription -> [BuildInfo]
Duncan Coutts
duncan.coutts at worc.ox.ac.uk
Fri Aug 31 14:21:23 EDT 2007
Fri Aug 31 07:39:06 PDT 2007 Duncan Coutts <duncan at haskell.org>
* Add util function allBuildInfo :: PackageDescription -> [BuildInfo]
The 'BuildInfo' for the library (if there is one and it's buildable)
and all the buildable executables. Useful for gathering dependencies.
M ./Distribution/PackageDescription.hs +11
More information about the cabal-devel
mailing list