Just a few minutes ago, I wanted to take a look at HAppS, a Web server written in Haskell. I tried checking out HAppS-HTTP using the directions on the front page:
darcs get --partial --tag=0.9.2 http://happs.org/repos/HAppS-HTTP
Unfortunately, this failed with this error message:
darcs: failed to read patch:
Tue Dec 18 14:22:39 EST 2007 alex@happs.org
tagged 0.9.1.2
/Users/david/src/HAppS-HTTP/_darcs/patches/20071218192239-49c54-88c23fec4a12830b80c79ff71af2341d7cc59e1e.gz: openBinaryFile: does not exist (No such file or directory)
This is kind of sad. I’d like to check out HAppS, but I can’t even download it! This is not a good first introduction to a code base. :/
Please give this a try. If it fails for you too, please make a note here on ticket #39 in the issue tracker. Thanks!
3 Comments
Didn’t work for me either, I got as fas as this error:
http://pastie.org/533782
Got the same problem using Ubuntu Jaunty, ghc 6.8.2, darcs 2.2.0
Give Hack a try:
http://github.com/nfjinjing/hack/tree/master
I was able to get the hello world up and running no problem
Post a Comment