Hi,
Was wondering if anyone knew if darcs-server is still maintained? The author’s e-mail address bounces.
The Haskell client is broken in ghc 6.10. I have a straightforward fix for it:
phil$ darcs whatsnew
hunk ./client/build 2
-ghc -Wall -O2 -o darcs-client -package network Http.hs DarcsClient.hs
+ghc -Wall -O2 -o darcs-client.exe -package base-3.0.3.0 -package network Http.hs DarcsClient.hs
Phil.