Re: patch applied (ghc): q
Simon Marlow <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.all |
|---|---|
| Message-ID | <457930A4.6070406__45440.9236707308$1165570229$gmane$org@microsoft.com> |
Sven Panne wrote: > Am Montag, 4. Dezember 2006 11:05 schrieb Simon Marlow: > >>I'm switching to non-partial repositories for most of my GHC trees now. >>This way I avoid the whole class of get_extra failures, which seem to be >>cropping up quite a lot these days. To start, you can grab: >> >> http://darcs.haskell.org/ghc-HEAD-20061109.tar.bz2 >>[...] > > > I guess that the packages are retrieved via "darcs-all --complete", too. > Should we make this the default in darcs-all then? I'm hesitant to make --complete the default, just because it'll take so long to download everything over the network, and the problems only affect people doing development. Cheers, Simon