1 patch for repository http://darcs.net/screened:
patch 9db724ca45240f22a8023e2f90b2fde6d7d54725
Author: Ben Franksen <ben.franksen@online.de>
Date: Sat May 7 18:29:17 CEST 2022
* Darcs.Util.ByteString: use the portable System.Directory.getFileSize
Used to get file size in the error handlers for readSegment and mmapFilePS.
I guess this is also a bug fix, since in case the file is a symbolic link we
really want the size of the link target here, not that of the link itself.