Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ghc-safe | Distribution: Fedora Project |
Version: 0.3.19 | Vendor: Fedora Project |
Release: 7.el9 | Build date: Fri Sep 2 13:56:57 2022 |
Group: Unspecified | Build host: buildvm-s390x-29.s390.fedoraproject.org |
Size: 406534 | Source RPM: ghc-safe-0.3.19-7.el9.src.rpm |
Packager: Fedora Project | |
Url: https://hackage.haskell.org/package/safe | |
Summary: Library of safe (exception free) functions |
A 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.
BSD
* 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 * 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
/usr/lib/.build-id /usr/lib/.build-id/35 /usr/lib/.build-id/35/2aee15d377301933f47fa37cd6be2d920ddc05 /usr/lib64/libHSsafe-0.3.19-8luuMyFSOlL6dBNapMpYT1-ghc8.10.7.so /usr/share/licenses/ghc-safe /usr/share/licenses/ghc-safe/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Nov 15 07:51:05 2024