Sat, 24 Jan 2026 03:31:15 CST | login

Information for build ghc-abstract-deque-0.3-4.oc9

ID44672
Package Nameghc-abstract-deque
Version0.3
Release4.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-abstract-deque.git?.#ad0af13570af61b45cd7beeb58f1dac77dbf129e
SummaryAbstract, parameterized interface to mutable Deques
DescriptionAn abstract interface to highly-parameterizable queues/deques. Background: There exists a feature space for queues that extends between: * simple, single-ended, non-concurrent, bounded queues * double-ended, threadsafe, growable queues ... with important points inbetween (such as the queues used for work-stealing). This package includes an interface for Deques that allows the programmer to use a single API for all of the above, while using the type-system to select an efficient implementation given the requirements (using type families). This package also includes a simple reference implementation based on 'IORef' and "Data.Sequence".
Built byzeyouliu
State complete
Volume DEFAULT
StartedFri, 10 Oct 2025 22:15:26 CST
CompletedFri, 10 Oct 2025 22:22:36 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/ghc-abstract-deque.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-abstract-deque.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
ghc-abstract-deque-0.3-4.oc9.src.rpm (info) (download)
aarch64
ghc-abstract-deque-0.3-4.oc9.aarch64.rpm (info) (download)
ghc-abstract-deque-devel-0.3-4.oc9.aarch64.rpm (info) (download)
loongarch64
ghc-abstract-deque-0.3-4.oc9.loongarch64.rpm (info) (download)
ghc-abstract-deque-devel-0.3-4.oc9.loongarch64.rpm (info) (download)
noarch
ghc-abstract-deque-doc-0.3-4.oc9.noarch.rpm (info) (download)
x86_64
ghc-abstract-deque-0.3-4.oc9.x86_64.rpm (info) (download)
ghc-abstract-deque-devel-0.3-4.oc9.x86_64.rpm (info) (download)
Logs
x86_64
mock_config.log
state.log
mock_output.log
hw_info.log
build.log
dnf.log
installed_pkgs.log
dnf.librepo.log
dnf.rpm.log
root.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 * Thu Oct 09 2025 zeyouliu <zeyouliu@tencent.com> - 0.3-4 - [Type] other - [DESC] rebuild for ghc 9.8.4 * Thu Oct 09 2025 zeyouliu <zeyouliu@tencent.com> - 0.3-3 - [Type] other - [DESC] rebuild for ghc 9.8.4 * Thu Jun 05 2025 bbrucezhang <bbrucezhang@tencent.com> - 0.3-2 - Rebuilt for loongarch64 * Thu Aug 08 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.3-1 - initial build