Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ghc-safe-0.3.15-2.el8 RPM for x86_64

From AlmaLinux 8.10 devel for x86_64

Name: ghc-safe Distribution: CloudLinux
Version: 0.3.15 Vendor: CloudLinux
Release: 2.el8 Build date: Wed Mar 31 15:50:26 2021
Group: Unspecified Build host: build.cloudlinux.com
Size: 238748 Source RPM: ghc-safe-0.3.15-2.el8.src.rpm
Packager: CloudLinux Packaging Team <sfokin@cloudlinux.com>
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.

Provides

Requires

License

BSD

Changelog

* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.15-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Wed Jan 24 2018 Jens Petersen <petersen@redhat.com> - 0.3.15-1
  - update to 0.3.15
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.14-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.14-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Thu Feb 23 2017 Jens Petersen <petersen@redhat.com> - 0.3.14-1
  - update to 0.3.14
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.9-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.9-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Sat Aug 08 2015 Ben Boeckel <mathstuf@gmail.com> - 0.3.9-1
  - update to 0.3.9
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.8-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Tue Jan 20 2015 Jens Petersen <petersen@redhat.com> - 0.3.8-1
  - update to 0.3.8
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.3-10
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.3-9
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.3-8
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Wed Jun 05 2013 Jens Petersen <petersen@redhat.com> - 0.3.3-7
  - update to new simplified Haskell Packaging Guidelines
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.3-6
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Sat Nov 17 2012 Jens Petersen <petersen@redhat.com> - 0.3.3-5
  - update with cabal-rpm
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.3-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Mon Jul 16 2012 Jens Petersen <petersen@redhat.com> - 0.3.3-3
  - change prof BRs to devel
* Fri Mar 23 2012 Jens Petersen <petersen@redhat.com> - 0.3.3-2
  - add license to ghc_files
* Fri Jan 06 2012 Jens Petersen <petersen@redhat.com> - 0.3.3-1
  - update to 0.3.3 and cabal2spec-0.25.2
* Fri Oct 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.3-5.2
  - rebuild with new gmp without compat lib
* Tue Oct 11 2011 Peter Schiffer <pschiffe@redhat.com> - 0.3-5.1
  - rebuild with new gmp
* Sat Jul 09 2011 Ben Boeckel <mathstuf@gmail.com> - 0.3-5
  - Update to cabal2spec-0.24
* Fri Jun 24 2011 Jens Petersen <petersen@redhat.com> - 0.3-4
  - BR ghc-Cabal-devel instead of ghc-prof and use ghc_arches (cabal2spec-0.23.2)
* Thu Mar 10 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 0.3-3
  - Enable build on sparcv9
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Sat Jan 15 2011 Ben Boeckel <mathstuf@gmail.com> - 0.3-1
  - Update to 0.3
* Fri Sep 03 2010 Ben Boeckel <mathstuf@gmail.com> - 0.2-1
  - Initial package
* Fri Sep 03 2010 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org> - 0.2-0
  - initial packaging for Fedora automatically generated by cabal2spec-0.22.2

Files

/usr/lib/.build-id
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/8637b0e6b5ae9892c99ec69d75e8863cd3bb33
/usr/lib64/libHSsafe-0.3.15-EroU33EYnr02fGSZYGiX97-ghc8.2.2.so
/usr/share/licenses/ghc-safe
/usr/share/licenses/ghc-safe/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Sep 12 05:35:06 2024