patch applied (cabal-install): Overhaul the bogus dependency resolver so it works again
16 Jun
2008
16 Jun
'08
6:13 p.m.
Mon Jun 16 10:55:11 PDT 2008 Duncan Coutts <duncan@haskell.org> * Overhaul the bogus dependency resolver so it works again The bogusResolver is used for compilers like hugs and nhc98 where we do not know what packages are already installed. We do it by altering the descriptions of the packages we're going to install to remove all of their dependencies. Doing this gives us a valid install plan. We rely on hope to minimise the difference between this install plan and reality. M ./Hackage/Dependency/Bogus.hs -24 +60 View patch online: http://darcs.haskell.org/cabal-install/_darcs/patches/20080616175511-adfee-7...
6602
Age (days ago)
6602
Last active (days ago)
0 comments
1 participants
participants (1)
-
Duncan Coutts