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

Information for build ghc-fmt-0.6.3.0-4.oc9

ID44930
Package Nameghc-fmt
Version0.6.3.0
Release4.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-fmt.git?.#f84d6ecdb195b56f82823fd62ca2504e87a6a950
SummaryA new formatting library
DescriptionA new formatting library that tries to be simple to understand while still being powerful and providing more convenience features than other libraries (like functions for pretty-printing maps and lists, or a function for printing arbitrary datatypes using generics). A comparison with other libraries: * 'printf' (from 'Text.Printf') takes a formatting string and uses some type tricks to accept the rest of the arguments polyvariadically. It's very concise, but there are some drawbacks – it can't produce 'Text' (you'd have to 'T.pack' it every time) and it doesn't warn you at compile-time if you pass wrong arguments or not enough of them. * <https://hackage.haskell.org/package/text-format text-format> takes a formatting string with curly braces denoting places where arguments would be substituted (the arguments themselves are provided via a tuple). If you want to apply formatting to some of the arguments, you have to use one of the provided formatters. Like 'printf', it can fail at runtime, but at least the formatters are first-class (and you can add new ones). * <https://hackage.haskell.org/package/formatting formatting> takes a formatting template consisting of pieces of strings interleaved with formatters; this ensures that arguments always match their placeholders. 'formatting' provides lots of formatters and generally seems to be the most popular formatting library here. Unfortunately, at least in my experience writing new formatters can be awkward and people sometimes have troubles understanding how 'formatting' works. * <https://hackage.haskell.org/package/fmt fmt> (i.e. this library) provides formatters that are ordinary functions, and a bunch of operators for concatenating formatted strings; those operators also do automatic conversion. There are some convenience formatters which aren't present in 'formatting' (like ones for formatting maps, lists, converting to base64, etc). Some find the operator syntax annoying, while others like it.
Built byzeyouliu
State complete
Volume DEFAULT
StartedTue, 14 Oct 2025 10:37:45 CST
CompletedTue, 14 Oct 2025 10:48:51 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/ghc-fmt.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-fmt.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
ghc-fmt-0.6.3.0-4.oc9.src.rpm (info) (download)
aarch64
ghc-fmt-0.6.3.0-4.oc9.aarch64.rpm (info) (download)
ghc-fmt-devel-0.6.3.0-4.oc9.aarch64.rpm (info) (download)
loongarch64
ghc-fmt-0.6.3.0-4.oc9.loongarch64.rpm (info) (download)
ghc-fmt-devel-0.6.3.0-4.oc9.loongarch64.rpm (info) (download)
noarch
ghc-fmt-doc-0.6.3.0-4.oc9.noarch.rpm (info) (download)
x86_64
ghc-fmt-0.6.3.0-4.oc9.x86_64.rpm (info) (download)
ghc-fmt-devel-0.6.3.0-4.oc9.x86_64.rpm (info) (download)
Logs
x86_64
hw_info.log
dnf.librepo.log
root.log
build.log
mock_output.log
installed_pkgs.log
dnf.rpm.log
state.log
dnf.log
mock_config.log
noarch_rpmdiff.json
aarch64
root.log
dnf.log
dnf.rpm.log
mock_config.log
build.log
installed_pkgs.log
state.log
dnf.librepo.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
loongarch64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Oct 13 2025 zeyouliu <zeyouliu@tencent.com> - 0.6.3.0-4 - [Type] other - [DESC] rebuild for ghc 9.8.4 * Mon Oct 13 2025 bbrucezhang <bbrucezhang@tencent.com> - 0.6.3.0-3 - Rebuilt * Thu Jun 05 2025 bbrucezhang <bbrucezhang@tencent.com> - 0.6.3.0-2 - Rebuilt for loongarch64 * Thu Aug 08 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.6.3.0-1 - initial build