SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ghc-safe rpm build for : AlmaLinux 8. For other distributions click ghc-safe.

Name : ghc-safe
Version : 0.3.15 Vendor : CloudLinux
Release : 2.el8 Date : 2021-03-31 15:50:26
Group : Unspecified Source RPM : ghc-safe-0.3.15-2.el8.src.rpm
Size : 0.23 MB
Packager : CloudLinux Packaging Team < sfokin_cloudlinux_com>
Summary : Library of safe (exception free) functions
Description :
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.

RPM found in directory: /vol/rzm2/linux-almalinux/8.10/devel/x86_64/os/Packages

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ghc-safe-0.3.15-2.el8.x86_64.rpm
ftp.icm.edu.pl  ghc-safe-0.3.15-2.el8.x86_64.rpm
ftp.icm.edu.pl  ghc-safe-0.3.15-2.el8.x86_64.rpm
ftp.icm.edu.pl  ghc-safe-0.3.15-2.el8.x86_64.rpm
     

Provides :
ghc-safe
ghc-safe(x86-64)
libHSsafe-0.3.15-EroU33EYnr02fGSZYGiX97-ghc8.2.2.so()(64bit)

Requires :
libHSbase-4.10.1.0-ghc8.2.2.so()(64bit)
libHSghc-prim-0.5.1.1-ghc8.2.2.so()(64bit)
libHSinteger-gmp-1.0.1.0-ghc8.2.2.so()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libgmp.so.10()(64bit)
libm.so.6()(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1
rtld(GNU_HASH)


Content of RPM :
/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

 
ICM