configVerbose, writeHookedBuildInfo
Duncan Coutts
duncan.coutts at worc.ox.ac.uk
Thu Oct 23 18:20:43 EDT 2008
On Thu, 2008-10-23 at 20:44 +0200, Johannes Waldmann wrote:
> Hello.
>
> these things seem to have gone missing from Cabal-1.4 to 1.6:
> configVerbose writeHookedBuildInfo
There is configVerbosity with a slightly different type.
writeHookedBuildInfo moved to the Distribution.PackageDescription.Parse
module. It's not ideal but having one massive
Distribution.PackageDescription module was also not ideal. I'd use
recursive modules but that has it's own set of problems.
Duncan
More information about the Libraries
mailing list