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: 1.fc41 | Build date: Mon Aug 5 16:28:21 2024 |
Group: Unspecified | Build host: buildhw-x86-02.iad2.fedoraproject.org |
Size: 171515 | Source RPM: ghc-safe-0.3.21-1.fc41.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
* Sat Jul 20 2024 Jens Petersen <[email protected]> - 0.3.21-1 - https://hackage.haskell.org/package/safe-0.3.21/changelog * Thu Jul 18 2024 Fedora Release Engineering <[email protected]> - 0.3.19-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Mon Jul 15 2024 Jens Petersen <[email protected]> - 0.3.19-18 - refresh to cabal-rpm-2.2.1 * Wed Jan 24 2024 Fedora Release Engineering <[email protected]> - 0.3.19-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <[email protected]> - 0.3.19-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jul 29 2023 Jens Petersen <[email protected]> - 0.3.19-15 - bump release * Wed Jul 19 2023 Fedora Release Engineering <[email protected]> - 0.3.19-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Feb 16 2023 Jens Petersen <[email protected]> - 0.3.19-10 - refresh to cabal-rpm-2.1.0 with SPDX migration * Thu Jul 21 2022 Fedora Release Engineering <[email protected]> - 0.3.19-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
/usr/lib/.build-id /usr/lib/.build-id/11 /usr/lib/.build-id/11/60319fe7e3ba5312a4f42a49ff972fa47cadda /usr/lib64/ghc-9.6.6/lib/libHSsafe-0.3.21-F46Xmb3LoXlCc8daI6vSkg-ghc9.6.6.so /usr/share/licenses/ghc-safe /usr/share/licenses/ghc-safe/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Dec 12 23:25:27 2024