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

ghc-safe-0.3.19-bp154.1.12 RPM for ppc64le

From OpenSuSE Leap 15.4 for ppc64le

Name: ghc-safe Distribution: SUSE Linux Enterprise 15 SP4
Version: 0.3.19 Vendor: openSUSE
Release: bp154.1.12 Build date: Mon May 9 13:48:32 2022
Group: Unspecified Build host: obs-power9-10
Size: 342004 Source RPM: ghc-safe-0.3.19-bp154.1.12.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 17 2020 Ondřej Súkup <mimi.vx@gmail.com>
  - disable %{ix86} build
* Tue Aug 18 2020 Peter Simons <psimons@suse.com>
  - Replace %setup -q with the more modern %autosetup macro.
* Tue Jun 09 2020 psimons@suse.com
  - Update safe to version 0.3.19.
    0.3.19, released 2020-05-24
      [#30], undeprecate maximumDef and friends, fold*1Def
* 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.7/safe-0.3.19
/usr/lib64/ghc-8.10.7/safe-0.3.19/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, Tue Apr 9 17:00:22 2024