Thu, 15 Jan 2026 04:46:05 CST | login

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

ID25091
Package Nameghc-HTTP
Version4000.4.1
Release1.oc9
Epoch
DraftFalse
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 byfanjunkong
State complete
Volume DEFAULT
StartedMon, 05 Aug 2024 12:07:40 CST
CompletedMon, 05 Aug 2024 12:10:42 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
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
ghc-HTTP-4000.4.1-1.oc9.src.rpm (info) (download)
aarch64
ghc-HTTP-4000.4.1-1.oc9.aarch64.rpm (info) (download)
ghc-HTTP-devel-4000.4.1-1.oc9.aarch64.rpm (info) (download)
noarch
ghc-HTTP-doc-4000.4.1-1.oc9.noarch.rpm (info) (download)
x86_64
ghc-HTTP-4000.4.1-1.oc9.x86_64.rpm (info) (download)
ghc-HTTP-devel-4000.4.1-1.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Apr 15 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 4000.4.1-1 - initial build