patch applied (cabal-install): Change InstallPlan.done and .next into .ready that returns a list
9 May
2008
9 May
'08
5:19 p.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...
6671
Age (days ago)
6671
Last active (days ago)
0 comments
1 participants
participants (1)
-
Duncan Coutts