Thu, 29 Jan 2026 23:22:19 CST | login

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

ID8132
Package Nameghc-filepattern
Version0.1.3
Release1.ocs23
Epoch
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 bybbrucezhang
State complete
Volume DEFAULT
StartedTue, 04 Jun 2024 14:19:26 CST
CompletedTue, 04 Jun 2024 14:37:17 CST
Taskbuild (dist-ocs23-epol9, /opencloudos-stream/ghc-filepattern.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-filepattern.git?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
ghc-filepattern-0.1.3-1.ocs23.src.rpm (info) (download)
aarch64
ghc-filepattern-0.1.3-1.ocs23.aarch64.rpm (info) (download)
ghc-filepattern-devel-0.1.3-1.ocs23.aarch64.rpm (info) (download)
noarch
ghc-filepattern-doc-0.1.3-1.ocs23.noarch.rpm (info) (download)
x86_64
ghc-filepattern-0.1.3-1.ocs23.x86_64.rpm (info) (download)
ghc-filepattern-devel-0.1.3-1.ocs23.x86_64.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Apr 15 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.1.3-1 - initial build