patch applied (cabal-install): Use installed constraints instead of hiding versions of the base package
20 Dec
2008
20 Dec
'08
6:21 a.m.
Fri Dec 19 11:37:40 PST 2008 Duncan Coutts <duncan@haskell.org> * Use installed constraints instead of hiding versions of the base package We want to stop cabal-install from accidentally trying to upgrade the base package since this doesn't work in most cases. We used to achieve that by deleting the base package from the available package index. We now do it by leaving the package index as is and instead adding a constraint that we pick only an installed version of base. This is a nicer hack and has the potential to give better error messages. M ./Distribution/Client/Dependency.hs -15 +9 View patch online: http://darcs.haskell.org/cabal-install/_darcs/patches/20081219193740-adfee-a...
6445
Age (days ago)
6445
Last active (days ago)
0 comments
1 participants
participants (1)
-
Duncan Coutts