Wed, 21 Jan 2026 17:41:56 CST | login

Information for build ghc-relude-1.2.2.0-2.oc9

ID44829
Package Nameghc-relude
Version1.2.2.0
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-relude.git?.#3e1b5a177c22b8ab432e83b47747ab539a73fd9f
SummarySafe, performant, user-friendly and lightweight Haskell Standard Library
Description'relude' is an alternative prelude library. If you find the default 'Prelude' unsatisfying, despite its advantages, consider using 'relude' instead. == Relude goals and design principles * Productivity: You can be more productive with a "non-standard" standard library, and 'relude' helps you with writing safer and more efficient code faster. * Total programming: Usage of partial functions can lead to unexpected bugs and runtime exceptions in pure code. The types of partial functions lie about their behavior. And even if it is not always possible to rely only on total functions, 'relude' strives to encourage best-practices and reduce the chances of introducing a bug. * Type-safety: We use the "make invalid states unrepresentable" motto as one of our guiding principles. If it is possible, we express this concept through the types. Example: ' whenNotNull :: Applicative f => [a] -> (NonEmpty a -> f ()) -> f () ' * Performance: We prefer 'Text' over 'String', use space-leaks-free functions (e.g. our custom performant 'sum' and 'product'), introduce 'INLINE' and 'SPECIALIZE' pragmas where appropriate, and make efficient container types (e.g. 'Map', 'HashMap', 'Set') more accessible. * Minimalism (low number of dependencies): We do not force users of 'relude' to stick to any specific lens or text formatting or logging library. Where possible, 'relude' depends only on boot libraries. * Convenience: Despite minimalism, we want to bring commonly used types and functions into scope, and make available functions easier to use. * Excellent documentation: 1. Tutorial 2. Migration guide from 'Prelude' 3. Haddock for every function with examples tested by doctest 4. Documentation regarding internal module structure 5. 'relude'-specific HLint rules * User-friendliness: Anyone should be able to quickly migrate to 'relude'. Only some basic familiarity with the common libraries like 'text' and 'containers' should be enough (but not necessary). * Exploration: We have space to experiment with new ideas and proposals without introducing breaking changes. 'relude' uses the approach with 'Extra.*' modules which are not exported by default. The chosen approach makes it quite easy for us to provide new functionality without breaking anything and let the users decide to use it or not.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedTue, 14 Oct 2025 19:11:35 CST
CompletedTue, 14 Oct 2025 19:15:45 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/ghc-relude.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-relude.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
ghc-relude-1.2.2.0-2.oc9.src.rpm (info) (download)
aarch64
ghc-relude-1.2.2.0-2.oc9.aarch64.rpm (info) (download)
ghc-relude-devel-1.2.2.0-2.oc9.aarch64.rpm (info) (download)
loongarch64
ghc-relude-1.2.2.0-2.oc9.loongarch64.rpm (info) (download)
ghc-relude-devel-1.2.2.0-2.oc9.loongarch64.rpm (info) (download)
noarch
ghc-relude-doc-1.2.2.0-2.oc9.noarch.rpm (info) (download)
x86_64
ghc-relude-1.2.2.0-2.oc9.x86_64.rpm (info) (download)
ghc-relude-devel-1.2.2.0-2.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
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 bbrucezhang <bbrucezhang@tencent.com> - 1.2.2.0-2 - Rebuilt * Thu Oct 09 2025 zeyouliu <zeyouliu@tencent.com> - 1.2.2.0-1 - [Type] other - [DESC] update to Version 1.2.2.0 * Sun Sep 07 2025 zeyouliu <zeyouliu@tencent.com> - 1.2.1.0-1 - [Type] other - [DESC] update to Version 1.2.1.0 * Fri Jun 06 2025 bbrucezhang <bbrucezhang@tencent.com> - 1.2.0.0-2 - Rebuilt for loongarch64 * Thu Aug 08 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.2.0.0-1 - initial build