haskell / directory

Platform-independent library for basic file system operations
https://hackage.haskell.org/package/directory
Other
58 stars 47 forks source link

setModificationTime can fail with InvalidArgument #163

Closed Bodigrim closed 11 months ago

Bodigrim commented 11 months ago

As reported at https://github.com/sjakobi/bsb-http-chunked/issues/22.

Cf. https://github.com/haskell/cabal/issues/5596 and https://github.com/haskell/tar/issues/37.

Rufflewind commented 11 months ago

Thank you!