Wed, 25 Mar 2026 07:55:40 CST | login

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

ID35148
Package Nameghc-abstract-deque
Version0.3
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-abstract-deque.git?.#4e544d6860975baf80c03b2558411ffa77afd282
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 byepol-bot
State complete
Volume DEFAULT
StartedTue, 02 Sep 2025 22:47:58 CST
CompletedTue, 02 Sep 2025 22:54:10 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-2.oc9.src.rpm (info) (download)
aarch64
ghc-abstract-deque-0.3-2.oc9.aarch64.rpm (info) (download)
ghc-abstract-deque-devel-0.3-2.oc9.aarch64.rpm (info) (download)
loongarch64
ghc-abstract-deque-0.3-2.oc9.loongarch64.rpm (info) (download)
ghc-abstract-deque-devel-0.3-2.oc9.loongarch64.rpm (info) (download)
noarch
ghc-abstract-deque-doc-0.3-2.oc9.noarch.rpm (info) (download)
x86_64
ghc-abstract-deque-0.3-2.oc9.x86_64.rpm (info) (download)
ghc-abstract-deque-devel-0.3-2.oc9.x86_64.rpm (info) (download)
Logs
x86_64
build.log
dnf.log
root.log
hw_info.log
installed_pkgs.log
dnf.librepo.log
mock_config.log
state.log
dnf.rpm.log
mock_output.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 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