31 Aug
2007
31 Aug
'07
6:21 p.m.
Fri Aug 31 07:39:06 PDT 2007 Duncan Coutts <duncan@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