
Hello. these things seem to have gone missing from Cabal-1.4 to 1.6: configVerbose writeHookedBuildInfo this is from a Setup.lhs posted here: http://article.gmane.org/gmane.comp.lang.haskell.libraries/7628 now what? I knew to insert build-depends: base==3.* but here I'm lost. J.W.

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

Thanks, Duncan. Now I have *.cabal and Setup.hs that make hsql-[mysql-]-1.7 compile with ghc-6.10.0.20081007. Where to send them? Johannes.
participants (2)
-
Duncan Coutts
-
Johannes Waldmann