patch applied (cabal): Auto-reconfiguration when .cabal is newer than setup-config
Wed Aug 25 06:11:06 PDT 2010 Dmitry Astapov <dastapov@gmail.com> * Auto-reconfiguration when .cabal is newer than setup-config This patch adds "ConfigFlags" to the "LocalBuildInfo" and reuses them to perform "configureAction" when .cabal file is changed. This has the same effect as re-running "configure" with the most recent used set of options, which should be the sensible thing to do. Closes #294, #477, #309 and #518. M ./Distribution/PackageDescription.hs -1 +1 M ./Distribution/Simple.hs -26 +48 M ./Distribution/Simple/Configure.hs -5 +6 M ./Distribution/Simple/LocalBuildInfo.hs +8 M ./Distribution/Simple/Setup.hs -2 +2 M ./Distribution/Verbosity.hs -1 +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal;a=darcs_commitdiff;h=2...
participants (1)
-
Duncan Coutts