Mon, 12 Jan 2026 11:57:07 CST | login

Information for build ghc-these-1.2.1-1.oc9

ID44513
Package Nameghc-these
Version1.2.1
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-these.git?.#0b5d5a9ca1e68fb237819a346180fd2341e99011
SummaryAn either-or-both data type
DescriptionThis package provides a data type 'These a b' which can hold a value of either type or values of each type. This is usually thought of as an "inclusive or" type (contrasting 'Either a b' as "exclusive or") or as an "outer join" type (contrasting '(a, b)' as "inner join"). ' data These a b = This a | That b | These a b ' Since version 1, this package was split into parts: * <https://hackage.haskell.org/package/semialign semialign> For 'Align' and 'Zip' type-classes. * <https://hackage.haskell.org/package/semialign-indexed semialign-indexed> For 'SemialignWithIndex' class, providing 'ialignWith' and 'izipWith'. * <https://hackage.haskell.org/package/these-lens these-lens> For lens combinators. * <http://hackage.haskell.org/package/monad-chronicle monad-chronicle> For transformers variant of 'These'.
Built byzeyouliu
State complete
Volume DEFAULT
StartedTue, 23 Sep 2025 00:28:58 CST
CompletedTue, 23 Sep 2025 00:34:26 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/ghc-these.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-these.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
ghc-these-1.2.1-1.oc9.src.rpm (info) (download)
aarch64
ghc-these-1.2.1-1.oc9.aarch64.rpm (info) (download)
ghc-these-devel-1.2.1-1.oc9.aarch64.rpm (info) (download)
loongarch64
ghc-these-1.2.1-1.oc9.loongarch64.rpm (info) (download)
ghc-these-devel-1.2.1-1.oc9.loongarch64.rpm (info) (download)
noarch
ghc-these-doc-1.2.1-1.oc9.noarch.rpm (info) (download)
x86_64
ghc-these-1.2.1-1.oc9.x86_64.rpm (info) (download)
ghc-these-devel-1.2.1-1.oc9.x86_64.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
hw_info.log
mock_output.log
dnf.librepo.log
state.log
root.log
mock_config.log
build.log
dnf.log
dnf.rpm.log
noarch_rpmdiff.json
aarch64
dnf.log
root.log
state.log
dnf.rpm.log
build.log
mock_config.log
installed_pkgs.log
dnf.librepo.log
mock_output.log
hw_info.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 Sep 22 2025 ocs-bot <ocs-bot@opencloudos.tech> - 1.2.1-1 - [Type] other - [DESC] update to Version 1.2.1 * Fri Jun 06 2025 bbrucezhang <bbrucezhang@tencent.com> - 1.2-2 - Rebuilt for loongarch64 * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.2-1 - initial build