Mon, 12 Jan 2026 13:56:52 CST | login

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

ID36003
Package Nameghc-filepattern
Version0.1.3
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-filepattern.git?.#c06ffde666dfe78dcaffee97d4de0325319460c5
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
StartedMon, 29 Sep 2025 10:17:19 CST
CompletedMon, 29 Sep 2025 10:25:26 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-2.oc9.src.rpm (info) (download)
aarch64
ghc-filepattern-0.1.3-2.oc9.aarch64.rpm (info) (download)
ghc-filepattern-devel-0.1.3-2.oc9.aarch64.rpm (info) (download)
loongarch64
ghc-filepattern-0.1.3-2.oc9.loongarch64.rpm (info) (download)
ghc-filepattern-devel-0.1.3-2.oc9.loongarch64.rpm (info) (download)
noarch
ghc-filepattern-doc-0.1.3-2.oc9.noarch.rpm (info) (download)
x86_64
ghc-filepattern-0.1.3-2.oc9.x86_64.rpm (info) (download)
ghc-filepattern-devel-0.1.3-2.oc9.x86_64.rpm (info) (download)
Logs
x86_64
mock_config.log
state.log
mock_output.log
hw_info.log
build.log
dnf.log
installed_pkgs.log
dnf.librepo.log
dnf.rpm.log
root.log
noarch_rpmdiff.json
aarch64
dnf.log
state.log
hw_info.log
build.log
installed_pkgs.log
mock_output.log
root.log
mock_config.log
dnf.rpm.log
dnf.librepo.log
noarch_rpmdiff.json
loongarch64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * 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