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

ghc-safe-0.3.21-150500.3.3.1 RPM for s390x

From OpenSuSE Leap 15.6 for s390x

Name: ghc-safe Distribution: SUSE Linux Enterprise 15
Version: 0.3.21 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150500.3.3.1 Build date: Mon Jan 29 15:46:55 2024
Group: Unspecified Build host: s390zl33
Size: 411716 Source RPM: ghc-safe-0.3.21-150500.3.3.1.src.rpm
Packager: https://www.suse.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-3-Clause

Changelog

* Thu Jan 18 2024 psimons@suse.com
  - Update safe to version 0.3.21.
    0.3.21, released 2024-01-18
      [#34], mark headErr/tailErr as Partial
    0.3.20, released 2024-01-14
      [#34], add headErr, tailErr
      [#33], avoid using head/tail to avoid x-partial
* Thu Dec 17 2020 mimi.vx@gmail.com
  - disable %{ix86} build
* Tue Aug 18 2020 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 psimons@suse.com
  - Drop obsolete group attributes.
* Sat Oct 20 2018 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.21
/usr/lib64/ghc-8.10.7/safe-0.3.21/libHSsafe-0.3.21-94ty5kgm4rj43F4ZLzxVla-ghc8.10.7.so
/usr/share/licenses/ghc-safe
/usr/share/licenses/ghc-safe/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 26 23:57:16 2024