A library for matching files using patterns such as '"src/**/*.png"' for all
'.png' files recursively under the 'src' directory. Features:
* All matching is /O(n)/. Most functions precompute some information given only
one argument.
* See "System.FilePattern" and '?==' simple matching and semantics.
* Use 'match' and 'substitute' to extract suitable strings from the '*' and
'**' matches, and substitute them back into other patterns.
* Use 'step' and 'matchMany' to perform bulk matching of many patterns against
many paths simultaneously.
* Use "System.FilePattern.Directory" to perform optimised directory traverals
using patterns.
Originally taken from the <https://hackage.haskell.org/package/shake Shake
library>.
Provides
Requires
License
BSD-3-Clause
Changelog
* Thu Mar 30 2023 Peter Simons <psimons@suse.com>
- Updated spec file to conform with ghc-rpm-macros-2.5.2.
* Sun Aug 21 2022 Peter Simons <psimons@suse.com>
- Update filepattern to version 0.1.3.
0.1.3, released 2022-08-21
[#5], remove invalid optimisation in the presence of symlinks
* Thu Dec 17 2020 Ondřej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
* Tue Aug 18 2020 Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
* Tue Jun 23 2020 psimons@suse.com
- Add filepattern at version 0.1.2.
Files
/usr/lib64/ghc-9.8.3/lib/libHSfilepattern-0.1.3-9VoB7LdhfG5Ek9absyilUU-ghc9.8.3.so
/usr/share/licenses/ghc-filepattern
/usr/share/licenses/ghc-filepattern/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet