patch applied (cabal): Detect broken and inconsistent package deps
Mon Feb 18 16:01:39 PST 2008 Duncan Coutts <duncan@haskell.org> * Detect broken and inconsistent package deps We now check for packages that are broken due to their dependencies having been unregistered. We fail and print a fairly sensible message in this case. We also check for inconsistent dependencies and give a warning saying which packages are depending on inconsistent versions of a third. This is a warning not an error because it does not always lead to failure. Hopefully it'll help people who are otherwise just running into random compile errors. This fixes ticket #220. M ./Distribution/Simple/Configure.hs -2 +26 M ./Distribution/Simple/InstalledPackageIndex.hs -2 +86 View patch online: http://darcs.haskell.org/cabal/_darcs/patches/20080219000139-adfee-d134fd30b...
participants (1)
-
Duncan Coutts