patch applied (cabal-install): Change InstallPlan.done and .next into .ready that returns a list
10 May
2008
10 May
'08
1:19 a.m.
Fri May 9 04:41:53 PDT 2008 Duncan Coutts <duncan@haskell.org> * Change InstallPlan.done and .next into .ready that returns a list So kind of like uncons style rather than null and head. It returns all the ready ones by lazily so it's no extra expense. It'll allow parallel installations since all ready packages are independent of each other. Also update callers. M ./Hackage/Install.hs -16 +15 M ./Hackage/InstallPlan.hs -28 +24 View patch online: http://darcs.haskell.org/cabal-install/_darcs/patches/20080509114153-adfee-d...
6657
Age (days ago)
6657
Last active (days ago)
0 comments
1 participants
participants (1)
-
Duncan Coutts