Tue, 02 Jul 2024 13:45:08 UTC | login

Information for build ghc-safe-0.3.18-1.fc33

ID139440
Package Nameghc-safe
Version0.3.18
Release1.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-safe.git#801f98179b5a4578b7d6f21ed6fa83dbef23c32b
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
StartedSat, 18 Apr 2020 07:41:08 UTC
CompletedSat, 18 Apr 2020 08:14:48 UTC
Taskbuild (f33, /rpms/ghc-safe.git:801f98179b5a4578b7d6f21ed6fa83dbef23c32b)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-safe.git#801f98179b5a4578b7d6f21ed6fa83dbef23c32b'}}
Tags
f33
RPMs
src
ghc-safe-0.3.18-1.fc33.src.rpm (info) (download)
noarch
ghc-safe-doc-0.3.18-1.fc33.noarch.rpm (info) (download)
riscv64
ghc-safe-0.3.18-1.fc33.riscv64.rpm (info) (download)
ghc-safe-devel-0.3.18-1.fc33.riscv64.rpm (info) (download)
ghc-safe-prof-0.3.18-1.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Fri Feb 14 2020 Jens Petersen <petersen@redhat.com> - 0.3.18-1 - update to 0.3.18 * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.17-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Aug 02 2019 Jens Petersen <petersen@redhat.com> - 0.3.17-5 - add doc and prof subpackages (cabal-rpm-1.0.0) * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.17-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 0.3.17-3 - refresh to cabal-rpm-0.13 * 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