Wed, 14 Jan 2026 01:48:27 CST | login

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

ID25172
Package Nameghc-these
Version1.2
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-these.git?.#8ae1fd78bf32419d8aa60b11a8b4f484a8d4ee3d
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 byfanjunkong
State complete
Volume DEFAULT
StartedMon, 05 Aug 2024 12:48:15 CST
CompletedMon, 05 Aug 2024 12:51:06 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.oc9.src.rpm (info) (download)
aarch64
ghc-foldable1-classes-compat-0.1-1.oc9.aarch64.rpm (info) (download)
ghc-foldable1-classes-compat-devel-0.1-1.oc9.aarch64.rpm (info) (download)
ghc-these-1.2-1.oc9.aarch64.rpm (info) (download)
ghc-these-devel-1.2-1.oc9.aarch64.rpm (info) (download)
noarch
ghc-foldable1-classes-compat-doc-0.1-1.oc9.noarch.rpm (info) (download)
ghc-these-doc-1.2-1.oc9.noarch.rpm (info) (download)
x86_64
ghc-foldable1-classes-compat-0.1-1.oc9.x86_64.rpm (info) (download)
ghc-foldable1-classes-compat-devel-0.1-1.oc9.x86_64.rpm (info) (download)
ghc-these-1.2-1.oc9.x86_64.rpm (info) (download)
ghc-these-devel-1.2-1.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.2-1 - initial build