| 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.21 | Vendor: Fedora Project |
| Release: 8.fc45 | Build date: Thu Jul 16 06:58:37 2026 |
| Group: Unspecified | Build host: buildvm-ppc64le-15.rdu3.fedoraproject.org |
| Size: 277676 | Source RPM: ghc-safe-0.3.21-8.fc45.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-3-Clause
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.21-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild * Mon Jan 26 2026 Jens Petersen <petersen@redhat.com> - 0.3.21-7 - refresh to cabal-rpm-2.3.2 * Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.21-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.21-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Mon Apr 07 2025 Jens Petersen <petersen@redhat.com> - 0.3.21-4 - Rebuild * Sun Feb 23 2025 Jens Petersen <petersen@redhat.com> - 0.3.21-3 - cabal-rpm-2.3.0 * Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.21-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * 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
/usr/lib64/ghc-9.10.3/lib/libHSsafe-0.3.21-7nQlLgj4WAFA1yh7GNSY9e-ghc9.10.3.so /usr/share/licenses/ghc-safe /usr/share/licenses/ghc-safe/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Jul 29 00:01:48 2026