Sun, 30 Jun 2024 16:09:40 UTC | login

Information for build ghc-safe-0.3.17-2.fc30

ID87029
Package Nameghc-safe
Version0.3.17
Release2.fc30
Epoch
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
StartedThu, 21 Feb 2019 20:42:20 UTC
CompletedThu, 21 Feb 2019 21:03:58 UTC
Taskbuild (f30-candidate, ghc-safe-0.3.17-2.fc30.src.rpm)
Tags
f30
f31
RPMs
src
ghc-safe-0.3.17-2.fc30.src.rpm (info) (download)
riscv64
ghc-safe-0.3.17-2.fc30.riscv64.rpm (info) (download)
ghc-safe-devel-0.3.17-2.fc30.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.17-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sun Jul 22 2018 Jens Petersen <petersen@redhat.com> - 0.3.17-1 - update to 0.3.17 * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.15-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.15-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Jan 24 2018 Jens Petersen <petersen@redhat.com> - 0.3.15-1 - update to 0.3.15 * Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.14-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.14-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Thu Feb 23 2017 Jens Petersen <petersen@redhat.com> - 0.3.14-1 - update to 0.3.14