SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ghc-safe rpm build for : Fedora 38. For other distributions click ghc-safe.

Name : ghc-safe
Version : 0.3.19 Vendor : Fedora Project
Release : 13.fc38 Date : 2023-02-16 10:01:14
Group : Unspecified Source RPM : ghc-safe-0.3.19-13.fc38.src.rpm
Size : 0.18 MB
Packager : Fedora Project
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: /packages/linux-pbone/archive.fedoraproject.org/fedora/linux/releases/38/Everything/x86_64/os/Packages/g

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ghc-safe-0.3.19-13.fc38.x86_64.rpm
     

Provides :
ghc-safe
ghc-safe(x86-64)
libHSsafe-0.3.19-3Atv9xv1FTZE5WsEtdRBSd-ghc9.2.6.so()(64bit)

Requires :
libHSbase-4.16.4.0-ghc9.2.6.so()(64bit)
libHSghc-bignum-1.2-ghc9.2.6.so()(64bit)
libHSghc-prim-0.8.0-ghc9.2.6.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(PayloadIsZstd) <= 5.4.18-1
rtld(GNU_HASH)


Content of RPM :
/usr/lib/.build-id
/usr/lib/.build-id/6a
/usr/lib/.build-id/6a/433d0ae51bc9ea894270c49205fb7e7273614e
/usr/lib64/ghc-9.2.6/lib/libHSsafe-0.3.19-3Atv9xv1FTZE5WsEtdRBSd-ghc9.2.6.so
/usr/share/licenses/ghc-safe
/usr/share/licenses/ghc-safe/LICENSE

 
ICM