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

ghc-safe-0.3.18-lp152.1.6 RPM for ppc64le

From OpenSuSE Ports Leap 15.2 for ppc64le

Name: ghc-safe Distribution: openSUSE:Leap:15.2:PowerPC / ports
Version: 0.3.18 Vendor: openSUSE
Release: lp152.1.6 Build date: Fri May 22 00:58:48 2020
Group: Unspecified Build host: obs-power9-06
Size: 342004 Source RPM: ghc-safe-0.3.18-lp152.1.6.src.rpm
Packager: https://bugs.opensuse.org
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-3-Clause

Changelog

* Thu Dec 05 2019 psimons@suse.com
  - Update safe to version 0.3.18.
    0.3.18, released 2019-12-04
      [#27], deprecate maximumDef and friends, fold*1Def
      [#27], add maximumBounded and friends
      Stop supporting GHC 7.4 to 7.8
* Fri Nov 08 2019 Peter Simons <psimons@suse.com>
  - Drop obsolete group attributes.
* Sat Oct 20 2018 Peter Simons <psimons@suse.com>
  - Use https URL to refer to bugs.opensuse.org.
* Wed Jul 18 2018 psimons@suse.com
  - Cosmetic: replace tabs with blanks, strip trailing white space,
    and update copyright headers with spec-cleaner.
* Mon May 14 2018 psimons@suse.com
  - Update safe to version 0.3.17.
    * Improve the display of errors, less internal callstack
    * Add a few missing Partial constraints
    * #22, add Safe index
* Thu Aug 03 2017 psimons@suse.com
  - Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Sun Jun 25 2017 psimons@suse.com
  - Update to version 0.3.15.
* Mon Feb 20 2017 psimons@suse.com
  - Update to version 0.3.14 with cabal2obs.
* Sun Feb 12 2017 psimons@suse.com
  - Update to version 0.3.13 with cabal2obs.
* Thu Jan 26 2017 psimons@suse.com
  - Update to version 0.3.11 with cabal2obs.
* Mon Nov 14 2016 psimons@suse.com
  - Update to version 0.3.10 with cabal2obs.
* Sun Jul 10 2016 psimons@suse.com
  - Update to version 0.3.9 revision 0 with cabal2obs.
* Fri Oct 23 2015 mimi.vx@gmail.com
  - initial commit

Files

/usr/lib64/ghc-8.10.1/safe-0.3.18
/usr/lib64/ghc-8.10.1/safe-0.3.18/libHSsafe-0.3.18-2LNtMsnnnlx63a2ppUk24A-ghc8.10.1.so
/usr/share/licenses/ghc-safe
/usr/share/licenses/ghc-safe/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:13:28 2024