版本发布 6
- 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)
- Fix regression that causes copying of nonexistent files to create empty files. (#177)
- 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)
- Relax `Win32` version bounds to support 2.14.0.0. (#166) - Fix regression in `canonicalizePath` on Windows UNC paths. (#170)
- Relax `base` version bounds to support 4.19. (#157) - Support filepath \>= 1.5.0.0 and os-string. (#164)
- Use CApiFFI for utimensat. (#145) - Relax `base` version bounds to support 4.18. (#151)