Tue, 13 Jan 2026 08:47:53 CST | login

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

ID44812
Package Nameghc-these
Version1.2.1
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-these.git?.#3e19417e2f1a9be7acbc77c9a7ad19a630522a54
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 byepol-bot
State complete
Volume DEFAULT
StartedMon, 13 Oct 2025 10:59:37 CST
CompletedMon, 13 Oct 2025 11:05:50 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-2.oc9.src.rpm (info) (download)
aarch64
ghc-these-1.2.1-2.oc9.aarch64.rpm (info) (download)
ghc-these-devel-1.2.1-2.oc9.aarch64.rpm (info) (download)
loongarch64
ghc-these-1.2.1-2.oc9.loongarch64.rpm (info) (download)
ghc-these-devel-1.2.1-2.oc9.loongarch64.rpm (info) (download)
noarch
ghc-these-doc-1.2.1-2.oc9.noarch.rpm (info) (download)
x86_64
ghc-these-1.2.1-2.oc9.x86_64.rpm (info) (download)
ghc-these-devel-1.2.1-2.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
mock_config.log
installed_pkgs.log
dnf.librepo.log
mock_output.log
state.log
root.log
build.log
dnf.rpm.log
hw_info.log
dnf.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.1-2 - Rebuilt * 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