Sun, 19 May 2024 01:16:11 UTC | login

Information for build ghc-safe-0.3.19-14.rvre0.fc38

ID250399
Package Nameghc-safe
Version0.3.19
Release14.rvre0.fc38
Epoch
Sourcegit+http://fedora.riscv.rocks:3000/rpms/ghc-safe.git#1b12c2c923992ebe1ce1a076f97191aa3c9d83dc
SummaryLibrary of safe (exception free) functions
DescriptionA library wrapping 'Prelude'/'Data.List' functions that can throw exceptions, such as 'head' and '!!'. Each unsafe function has up to four variants, e.g. with 'tail': * 'tail :: [a] -> [a]', raises an error on 'tail []'. * 'tailMay :: [a] -> /Maybe/ [a]', turns errors into 'Nothing'. * 'tailDef :: /[a]/ -> [a] -> [a]', takes a default to return on errors. * 'tailNote :: /String/ -> [a] -> [a]', takes an extra argument which supplements the error message. * 'tailSafe :: [a] -> [a]', returns some sensible default if possible, '[]' in the case of 'tail'. This package is divided into three modules: * "Safe" contains safe variants of 'Prelude' and 'Data.List' functions. * "Safe.Foldable" contains safe variants of 'Foldable' functions. * "Safe.Exact" creates crashing versions of functions like 'zip' (errors if the lists are not equal) and 'take' (errors if there are not enough elements), then wraps them to provide safe variants.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 23 Jun 2023 07:06:16 UTC
CompletedFri, 23 Jun 2023 07:25:08 UTC
Taskbuild (f38, /rpms/ghc-safe.git:1b12c2c923992ebe1ce1a076f97191aa3c9d83dc)
Extra{'source': {'original_url': 'git+http://fedora.riscv.rocks:3000/rpms/ghc-safe.git#1b12c2c923992ebe1ce1a076f97191aa3c9d83dc'}}
Tags
f38
f39
f40
RPMs
src
ghc-safe-0.3.19-14.rvre0.fc38.src.rpm (info) (download)
noarch
ghc-safe-doc-0.3.19-14.rvre0.fc38.noarch.rpm (info) (download)
riscv64
ghc-safe-0.3.19-14.rvre0.fc38.riscv64.rpm (info) (download)
ghc-safe-devel-0.3.19-14.rvre0.fc38.riscv64.rpm (info) (download)
ghc-safe-prof-0.3.19-14.rvre0.fc38.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Jun 23 2023 David Abdurachmanov <davidlt@rivosinc.com> 0.3.19-14.rvre0 - Rebuilt for Fedora/RISCV (riscv64); adding .rvreX to Release: * Thu Feb 16 2023 Jens Petersen <petersen@redhat.com> - 0.3.19-10 - refresh to cabal-rpm-2.1.0 with SPDX migration * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.19-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jun 17 2022 Jens Petersen <petersen@redhat.com> - 0.3.19-8 - rebuild * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.19-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Aug 06 2021 Jens Petersen <petersen@redhat.com> - 0.3.19-6 - rebuild * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.19-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild