Wed, 11 Sep 2024 21:53:12 UTC | login

Information for build ghc-safe-0.3.21-1.fc41

ID335757
Package Nameghc-safe
Version0.3.21
Release1.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-safe.git#4ad587ffa7b81321047e5a0eb916e7b80e3f2ab3
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
StartedSun, 11 Aug 2024 09:45:14 UTC
CompletedSun, 11 Aug 2024 10:14:10 UTC
Taskbuild (f41, /rpms/ghc-safe.git:4ad587ffa7b81321047e5a0eb916e7b80e3f2ab3)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-safe.git#4ad587ffa7b81321047e5a0eb916e7b80e3f2ab3'}}
Tags
f41
RPMs
src
ghc-safe-0.3.21-1.fc41.src.rpm (info) (download)
noarch
ghc-safe-doc-0.3.21-1.fc41.noarch.rpm (info) (download)
riscv64
ghc-safe-0.3.21-1.fc41.riscv64.rpm (info) (download)
ghc-safe-devel-0.3.21-1.fc41.riscv64.rpm (info) (download)
ghc-safe-prof-0.3.21-1.fc41.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Sat Jul 20 2024 Jens Petersen <petersen@redhat.com> 0.3.21-1 - https://hackage.haskell.org/package/safe-0.3.21/changelog * Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> 0.3.19-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Mon Jul 15 2024 Jens Petersen <petersen@redhat.com> 0.3.19-18 - refresh to cabal-rpm-2.2.1 * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> 0.3.19-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> 0.3.19-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jul 29 2023 Jens Petersen <petersen@redhat.com> 0.3.19-15 - bump release * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> 0.3.19-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * 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