Changelog for
ghc-path-io-1.7.0-2.10.x86_64.rpm :
* Sun Feb 13 2022 Peter Simons
- Update path-io to version 1.7.0. [#]# Path IO 1.7.0
* Added `doesPathExist`, `getFileSize`, `renamePath`, and `removePathForcibly`.
* Sun Aug 08 2021 psimonsAATTsuse.com- Update path-io to version 1.6.3 revision 3. Upstream has revised the Cabal build instructions on Hackage.
* Mon Jun 21 2021 psimonsAATTsuse.com- Update path-io to version 1.6.3 revision 1. Upstream has revised the Cabal build instructions on Hackage.
* Sat Jun 05 2021 psimonsAATTsuse.com- Update path-io to version 1.6.3. [#]# Path IO 1.6.3
* Fixed a bug that caused `removeDirLink` fail on Linux because of a trailing slash that used to be passed to the underlying `removeDirectoryLink` function from the `directory` package. [Issue 59](https://github.com/mrkkrp/path-io/issues/59).
* Works with GHC 9.0.1.
* Thu Dec 17 2020 Ondřej Súkup - disable %{ix86} build
* Fri Oct 23 2020 psimonsAATTsuse.com- Update path-io to version 1.6.2. [#]# Path IO 1.6.2
* Fixed a bug in the `findFilesWith` and based on it `findFiles` functions.
* Sun Oct 18 2020 psimonsAATTsuse.com- Update path-io to version 1.6.1. [#]# Path IO 1.6.1
* Fixed a space leak in `walkDirAccum`. [Issue 55](https://github.com/mrkkrp/path-io/issues/55).
* Mon Aug 31 2020 psimonsAATTsuse.com- Update path-io to version 1.6.0 revision 3. Upstream has revised the Cabal build instructions on Hackage.
* Tue Aug 25 2020 Peter Simons - Replace %setup -q with the more modern %autosetup macro.
* Wed Jan 01 2020 psimonsAATTsuse.com- Revise cabal build file to specify more accurate dependencies.