Sat, 14 Dec 2024 12:30:18 UTC | login

Information for build ghc-HTTP-4000.4.1-9.fc41

ID336430
Package Nameghc-HTTP
Version4000.4.1
Release9.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-HTTP.git#34a5cf9b56fc1d2ae44e42e1589ca3ca3db89ea3
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 bydavidlt
State complete
Volume DEFAULT
StartedMon, 12 Aug 2024 13:39:19 UTC
CompletedMon, 12 Aug 2024 14:10:35 UTC
Taskbuild (f41, /rpms/ghc-HTTP.git:34a5cf9b56fc1d2ae44e42e1589ca3ca3db89ea3)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-HTTP.git#34a5cf9b56fc1d2ae44e42e1589ca3ca3db89ea3'}}
Tags
f41
f42
RPMs
src
ghc-HTTP-4000.4.1-9.fc41.src.rpm (info) (download)
noarch
ghc-HTTP-doc-4000.4.1-9.fc41.noarch.rpm (info) (download)
riscv64
ghc-HTTP-4000.4.1-9.fc41.riscv64.rpm (info) (download)
ghc-HTTP-devel-4000.4.1-9.fc41.riscv64.rpm (info) (download)
ghc-HTTP-prof-4000.4.1-9.fc41.riscv64.rpm (info) (download)
Logs
riscv64
state.log
root.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Aug 05 2024 Jens Petersen <petersen@redhat.com> 4000.4.1-9 - bump release * Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> 4000.4.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Mon Jul 15 2024 Jens Petersen <petersen@redhat.com> 4000.4.1-7 - refresh to cabal-rpm-2.2.1 * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> 4000.4.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> 4000.4.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jul 23 2023 Jens Petersen <petersen@redhat.com> 4000.4.1-4 - revised .cabal file * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> 4000.4.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sun Jan 22 2023 Jens Petersen <petersen@redhat.com> - 4000.4.1-1 - https://hackage.haskell.org/package/HTTP-4000.4.1/changelog - refresh to cabal-rpm-2.1.0 with SPDX migration