Thu, 15 Jan 2026 04:40:29 CST | login

Information for build ghc-HTTP-4000.4.1-2.oc9

ID36080
Package Nameghc-HTTP
Version4000.4.1
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-HTTP.git?.#4484173ba27ef41b416aec29ce1abe1a241afc48
SummaryA library for client-side HTTP
DescriptionThe HTTP package supports client-side web programming in Haskell. It lets you set up HTTP connections, transmitting requests and processing the responses coming back, all from within the comforts of Haskell. It's dependent on the network package to operate, but other than that, the implementation is all written in Haskell. A basic API for issuing single HTTP requests + receiving responses is provided. On top of that, a session-level abstraction is also on offer (the 'BrowserAction' monad); it taking care of handling the management of persistent connections, proxies, state (cookies) and authentication credentials required to handle multi-step interactions with a web server. The representation of the bytes flowing across is extensible via the use of a type class, letting you pick the representation of requests and responses that best fits your use. Some pre-packaged, common instances are provided for 'ByteString' and 'String'.
Built bybbrucezhang
State failed
Volume DEFAULT
StartedSun, 12 Oct 2025 22:57:18 CST
CompletedSun, 12 Oct 2025 23:01:36 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/ghc-HTTP.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-HTTP.git?.#origin/master'}}
Tags No tags
RPMs No RPMs
Changelog * Thu Jun 05 2025 bbrucezhang <bbrucezhang@tencent.com> - 4000.4.1-2 - Rebuilt for loongarch64 * Mon Apr 15 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 4000.4.1-1 - initial build