Wed, 28 Jan 2026 08:52:15 CST | login

Information for build ghc-indexed-traversable-0.1.2.1-2.oc9

ID36104
Package Nameghc-indexed-traversable
Version0.1.2.1
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-indexed-traversable.git?.#7caa4922997e6f7a1abbe66371e32c1fef3f13bb
SummaryFunctorWithIndex, FoldableWithIndex, TraversableWithIndex
DescriptionThis package provides three useful generalizations: 'class Functor f => FunctorWithIndex i f | f -> i' (imap) 'class Foldable f => FoldableWithIndex i f | f -> i' (ifoldMap) 'class (FunctorWithIndex i t, FoldableWithIndex i t, Traversable t) => TraversableWithIndex i t | t -> i' (itraverse) This package contains instances for types in GHC boot libraries. For some additional instances see indexed-traversable-instances. The keys package provides similar functionality, but uses (associated) 'TypeFamilies' instead of 'FunctionalDependencies'.
Built bybbrucezhang
State failed
Volume DEFAULT
StartedFri, 05 Sep 2025 11:05:14 CST
CompletedFri, 05 Sep 2025 11:07:28 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/ghc-indexed-traversable.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-indexed-traversable.git?.#origin/master'}}
Tags No tags
RPMs No RPMs
Changelog * Thu Jun 05 2025 bbrucezhang <bbrucezhang@tencent.com> - 0.1.2.1-2 - Rebuilt for loongarch64 * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.1.2.1-1 - initial build