Mon, 16 Dec 2024 14:05:35 UTC | login

Information for build ghc-fmt-0.6.3.0-9.fc41

ID336390
Package Nameghc-fmt
Version0.6.3.0
Release9.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-fmt.git#baff4687d11313c97f9f2c565be06f91adfe2d51
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 bydavidlt
State complete
Volume DEFAULT
StartedMon, 12 Aug 2024 11:56:54 UTC
CompletedMon, 12 Aug 2024 12:26:33 UTC
Taskbuild (f41, /rpms/ghc-fmt.git:baff4687d11313c97f9f2c565be06f91adfe2d51)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-fmt.git#baff4687d11313c97f9f2c565be06f91adfe2d51'}}
Tags
f41
f42
RPMs
src
ghc-fmt-0.6.3.0-9.fc41.src.rpm (info) (download)
noarch
ghc-fmt-doc-0.6.3.0-9.fc41.noarch.rpm (info) (download)
riscv64
ghc-fmt-0.6.3.0-9.fc41.riscv64.rpm (info) (download)
ghc-fmt-devel-0.6.3.0-9.fc41.riscv64.rpm (info) (download)
ghc-fmt-prof-0.6.3.0-9.fc41.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Aug 05 2024 Jens Petersen <petersen@redhat.com> 0.6.3.0-9 - bump release * Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> 0.6.3.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jul 29 2023 Jens Petersen <petersen@redhat.com> - 0.6.3.0-3 - rebuild * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Wed Feb 01 2023 Jens Petersen <petersen@redhat.com> - 0.6.3.0-1 - spec file generated by cabal-rpm-2.1.0