Thu, 29 Jan 2026 21:35:28 CST | login

Information for build ghc-HTTP-4000.4.1-1.ocs23

ID8176
Package Nameghc-HTTP
Version4000.4.1
Release1.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/ghc-HTTP.git?.#b5d4fbd58e1865d6fd8049b00c61280fac093f97
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 complete
Volume DEFAULT
StartedTue, 18 Jun 2024 21:01:30 CST
CompletedTue, 18 Jun 2024 21:03:42 CST
Taskbuild (dist-ocs23-epol9, /opencloudos-stream/ghc-HTTP.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-HTTP.git?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
ghc-HTTP-4000.4.1-1.ocs23.src.rpm (info) (download)
aarch64
ghc-HTTP-4000.4.1-1.ocs23.aarch64.rpm (info) (download)
ghc-HTTP-devel-4000.4.1-1.ocs23.aarch64.rpm (info) (download)
noarch
ghc-HTTP-doc-4000.4.1-1.ocs23.noarch.rpm (info) (download)
x86_64
ghc-HTTP-4000.4.1-1.ocs23.x86_64.rpm (info) (download)
ghc-HTTP-devel-4000.4.1-1.ocs23.x86_64.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Apr 15 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 4000.4.1-1 - initial build