How to get dph libraries with darcs-all on ghc-7.0 branch?
David Peixotto
dmp at rice.edu
Tue Nov 16 18:47:55 EST 2010
I'm trying to get the dph libraries (primitive, vector, dph) using darcs-all in the ghc-7.0 branch. It fails with this error:
darcs failed: Not a repository: http://darcs.haskell.org/ghc-7.0/packages/primitive
What is the recommended way to get the dph packages from the 7.0 branch?
Here are some more details of my problem.
First I get the ghc-7.0 branch
$ darcs get --lazy http://darcs.haskell.org/ghc-7.0
Then I do a darcs-all
$ ./darcs-all get --lazy
which works fine, but if I try to get the dph packages
$ ./darcs-all --dph get
I get an error:
== running darcs get --partial http://darcs.haskell.org/ghc-7.0/packages/primitive libraries/primitive
darcs failed: Not a repository: http://darcs.haskell.org/ghc-7.0/packages/primitive (Failed to download URL http://darcs.haskell.org/ghc-7.0/packages/primitive/_darcs/inventory: HTTP response code said error)
darcs failed: 512 at ./darcs-all line 150.
I can download the repos directly from http://darcs.haskell.org/packages/primitive, but then the next time I try to do a ./darcs-all I get the same error. Also, I'm seeing the same problem with `./darcs-all --extra get`.
Any pointers would be appreciated. Thanks!
-David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/cvs-ghc/attachments/20101116/6303b685/attachment.html
More information about the Cvs-ghc
mailing list