Mon, 20 Jan 2025 21:22:50 UTC | login

Information for build ghc-safe-0.3.19-9.fc37

ID215598
Package Nameghc-safe
Version0.3.19
Release9.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-safe.git#ceeda95a0c18604a07523589cb177630affe81b6
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, 28 Oct 2022 07:21:24 UTC
CompletedFri, 28 Oct 2022 08:51:30 UTC
Taskbuild (f37, /rpms/ghc-safe.git:ceeda95a0c18604a07523589cb177630affe81b6)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-safe.git#ceeda95a0c18604a07523589cb177630affe81b6'}}
Tags
f37
f38
RPMs
src
ghc-safe-0.3.19-9.fc37.src.rpm (info) (download)
noarch
ghc-safe-doc-0.3.19-9.fc37.noarch.rpm (info) (download)
riscv64
ghc-safe-0.3.19-9.fc37.riscv64.rpm (info) (download)
ghc-safe-devel-0.3.19-9.fc37.riscv64.rpm (info) (download)
ghc-safe-prof-0.3.19-9.fc37.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * 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 * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.19-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.19-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.19-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild