Bug in Cabal?

Duncan Coutts duncan.coutts at worc.ox.ac.uk
Thu Feb 5 17:44:05 EST 2009


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



More information about the Libraries mailing list