
23 Oct
2008
23 Oct
'08
10:20 p.m.
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