ITADN
haskell/directory

版本发布 6

directory 1.3.9.0v1.3.9.0
? · 2024-10-11

- Rely on `file-io` for file I/O. - Drop support for `base` older than 4.12.0. - Resolve TOCTOU issue with `removeDirectoryRecursive` and `removePathForcibly` on POSIX systems. (part of #97) - `findExecutable ""` now returns `Nothing`, matching non-Windows systems (#180)

directory 1.3.8.5v1.3.8.5
? · 2024-05-20

- Fix regression that causes copying of nonexistent files to create empty files. (#177)

directory 1.3.8.4v1.3.8.4
? · 2024-04-15

- Relax `time` version bounds to support 1.14. (#171) - Relax `base` version bounds to support 4.20. (#173) - Relax `filepath` version bounds to support 1.4.300 when `os-string` is unavailable. (#175)

directory 1.3.8.3v1.3.8.3
? · 2024-01-27

- Relax `Win32` version bounds to support 2.14.0.0. (#166) - Fix regression in `canonicalizePath` on Windows UNC paths. (#170)

directory 1.3.8.2v1.3.8.2
? · 2023-12-14

- Relax `base` version bounds to support 4.19. (#157) - Support filepath \>= 1.5.0.0 and os-string. (#164)

directory 1.3.8.1v1.3.8.1
? · 2023-02-26

- Use CApiFFI for utimensat. (#145) - Relax `base` version bounds to support 4.18. (#151)