Wed, 14 Jan 2026 13:35:59 CST | login

Information for build ghc-network-bsd-2.8.1.0-4.oc9

ID45234
Package Nameghc-network-bsd
Version2.8.1.0
Release4.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-network-bsd.git?.#f8f14f876579927c0ca6b2790d21c4d31ef8e3ea
SummaryPOSIX network database (<netdb.h>) API
DescriptionThis package provides Haskell bindings to the the [POSIX network database (<netdb.h>) API](http://pubs.opengroup.org/onlinepubs/009696699/basedefs/netdb.h.html). === Relationship to the 'network' package The 'network' package version 2.* series provides "Network.BSD" but it is removed starting with 'network' version 3.0. This package provides the "Network.BSD" module split off from the <https://hackage.haskell.org/package/network network package>. If in addition to the 'network''s modules also "Network.BSD" is necessary, add 'network-bsd' to your dependencies like so: > library > build-depends: network >= 2.7 && < 3.1 > , network-bsd >= 2.7 && < 2.9 I.e. you can control the version of the 'network' package independently. __NOTE__: Starting with 'network-bsd-2.8.1.0' the APIs of 'network' and 'network-bsd' evolve differently, and consequently the versioning doesn't match up anymore! Moreover, also starting with version 'network-bsd-2.8.1.0' this package requires 'network >= 3' in order to avoid module name clashes with 'network < 3''s "Network.BSD" module. However, 'network-bsd-2.7.0.0' and 'network-bsd-2.8.0.0' passes thru the "Network.BSD" module from 'network-2.7.*' and 'network-2.8.*' respectively in a non-clashing way via Cabal's <https://www.haskell.org/cabal/users-guide/developing-packages.html#pkg-field-library-reexported-modules reexported-modules> feature while ensuring a well-defined <https://pvp.haskell.org/ API versioning> of the observable API of 'network-bsd'. This is why the example above supporting a wide range of 'network' versions works by including version 2.7.0.0 in the required version range of 'network-bsd'.
Built byepol-bot
State complete
Volume DEFAULT
StartedTue, 21 Oct 2025 15:59:44 CST
CompletedTue, 21 Oct 2025 16:04:00 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/ghc-network-bsd.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-network-bsd.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
ghc-network-bsd-2.8.1.0-4.oc9.src.rpm (info) (download)
aarch64
ghc-network-bsd-2.8.1.0-4.oc9.aarch64.rpm (info) (download)
ghc-network-bsd-devel-2.8.1.0-4.oc9.aarch64.rpm (info) (download)
loongarch64
ghc-network-bsd-2.8.1.0-4.oc9.loongarch64.rpm (info) (download)
ghc-network-bsd-devel-2.8.1.0-4.oc9.loongarch64.rpm (info) (download)
noarch
ghc-network-bsd-doc-2.8.1.0-4.oc9.noarch.rpm (info) (download)
x86_64
ghc-network-bsd-2.8.1.0-4.oc9.x86_64.rpm (info) (download)
ghc-network-bsd-devel-2.8.1.0-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 * Tue Oct 21 2025 bbrucezhang <bbrucezhang@tencent.com> - 2.8.1.0-4 - [Type] other - [DESC] Rebuilt for ghc-network * Sun Sep 07 2025 zeyouliu <zeyouliu@tencent.com> - 2.8.1.0-3 - [Type] other - [DESC] Rebuild for ghc 9.8.4 * Fri Jun 06 2025 bbrucezhang <bbrucezhang@tencent.com> - 2.8.1.0-2 - Rebuilt for loongarch64 * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.8.1.0-1 - initial build