Mon, 12 Jan 2026 20:51:38 CST | login

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

ID44781
Package Nameghc-filepattern
Version0.1.3
Release3.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-filepattern.git?.#435051444234ea7c7d0216156c5508d0a4ff7737
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 byzeyouliu
State complete
Volume DEFAULT
StartedSun, 12 Oct 2025 20:29:05 CST
CompletedSun, 12 Oct 2025 20:34:30 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-3.oc9.src.rpm (info) (download)
aarch64
ghc-filepattern-0.1.3-3.oc9.aarch64.rpm (info) (download)
ghc-filepattern-devel-0.1.3-3.oc9.aarch64.rpm (info) (download)
loongarch64
ghc-filepattern-0.1.3-3.oc9.loongarch64.rpm (info) (download)
ghc-filepattern-devel-0.1.3-3.oc9.loongarch64.rpm (info) (download)
noarch
ghc-filepattern-doc-0.1.3-3.oc9.noarch.rpm (info) (download)
x86_64
ghc-filepattern-0.1.3-3.oc9.x86_64.rpm (info) (download)
ghc-filepattern-devel-0.1.3-3.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
dnf.rpm.log
installed_pkgs.log
hw_info.log
mock_output.log
state.log
dnf.log
mock_config.log
dnf.librepo.log
noarch_rpmdiff.json
aarch64
mock_config.log
installed_pkgs.log
dnf.librepo.log
mock_output.log
state.log
root.log
build.log
dnf.rpm.log
hw_info.log
dnf.log
noarch_rpmdiff.json
loongarch64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Sun Oct 12 2025 zeyouliu <zeyouliu@tencent.com> - 0.1.3-3 - [Type] other - [DESC] rebuild for ghc 9.8.4 * Thu Jun 05 2025 bbrucezhang <bbrucezhang@tencent.com> - 0.1.3-2 - Rebuilt for loongarch64 * Mon Apr 15 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.1.3-1 - initial build