Fri, 27 Mar 2026 22:51:27 CST | login

Information for build ghc-filepattern-0.1.3-1.oc9

ID25055
Package Nameghc-filepattern
Version0.1.3
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-filepattern.git?.#2260e8f29087bb20f83927bfdf1ac78deb63ab5c
SummaryFile path glob-like matching
DescriptionA 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>.
Built byfanjunkong
State complete
Volume DEFAULT
StartedMon, 05 Aug 2024 11:50:44 CST
CompletedMon, 05 Aug 2024 11:53:47 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/ghc-filepattern.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-filepattern.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
ghc-filepattern-0.1.3-1.oc9.src.rpm (info) (download)
aarch64
ghc-filepattern-0.1.3-1.oc9.aarch64.rpm (info) (download)
ghc-filepattern-devel-0.1.3-1.oc9.aarch64.rpm (info) (download)
noarch
ghc-filepattern-doc-0.1.3-1.oc9.noarch.rpm (info) (download)
x86_64
ghc-filepattern-0.1.3-1.oc9.x86_64.rpm (info) (download)
ghc-filepattern-devel-0.1.3-1.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Apr 15 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.1.3-1 - initial build