Tue, 02 Jul 2024 14:04:50 UTC | login

Information for build ghc-safe-0.3.19-3.fc33

ID178298
Package Nameghc-safe
Version0.3.19
Release3.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-safe.git#a3c8eed0dcb228997cd8a43d1541952b93bfa6d1
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, 13 Aug 2020 15:28:06 UTC
CompletedThu, 13 Aug 2020 16:20:54 UTC
Taskbuild (f33, /rpms/ghc-safe.git:a3c8eed0dcb228997cd8a43d1541952b93bfa6d1)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-safe.git#a3c8eed0dcb228997cd8a43d1541952b93bfa6d1'}}
Tags
f33
f37
f38
RPMs
src
ghc-safe-0.3.19-3.fc33.src.rpm (info) (download)
noarch
ghc-safe-doc-0.3.19-3.fc33.noarch.rpm (info) (download)
riscv64
ghc-safe-0.3.19-3.fc33.riscv64.rpm (info) (download)
ghc-safe-devel-0.3.19-3.fc33.riscv64.rpm (info) (download)
ghc-safe-prof-0.3.19-3.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * 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 * Wed Jun 10 2020 Jens Petersen <petersen@redhat.com> - 0.3.19-1 - update to 0.3.19 * 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