
5 Feb
2009
5 Feb
'09
5:44 p.m.
On Thu, 2009-02-05 at 13:45 +0000, Dominic Steinitz wrote:
Having installed darcs and beaten our proxy to allow darcs to "get", I installed the patched 1.6 version and all seems to work.
ls -ltr haskell_packages\doc\zlib-0.5.0.0 total 2 -rw-rw-rw- 1 user group 1327 Feb 5 13:29 LICENSE
Great.
I had to make the following change in CopyFile.hs before it would compile so maybe it needs a further slight tweak?
setFileOrdinary = return () setFileExecutable = return ()
to
setFileOrdinary _ = return () setFileExecutable _ = return ()
Oops, thanks. Duncan