SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ghc-relude rpm build for : Fedora Other. For other distributions click ghc-relude.

Name : ghc-relude
Version : 1.2.1.0 Vendor : Fedora Project
Release : 1.fc41 Date : 2024-08-06 02:39:45
Group : Unspecified Source RPM : ghc-relude-1.2.1.0-1.fc41.src.rpm
Size : 0.41 MB
Packager : Fedora Project
Summary : Safe, performant, user-friendly and lightweight Haskell Standard Library
Description :
\'relude\' is an alternative prelude library. If you find the default
\'Prelude\' unsatisfying, despite its advantages, consider using \'relude\'
instead.

== Relude goals and design principles

* Productivity: You can be more productive with a \"non-standard\"
standard library, and \'relude\' helps you with writing safer and more
efficient code faster.

* Total programming: Usage of partial functions can lead to unexpected
bugs and runtime exceptions in pure code. The types of partial
functions lie about their behavior. And even if it is not always
possible to rely only on total functions, \'relude\' strives to
encourage best-practices and reduce the chances of introducing a bug.

* Type-safety: We use the \"make invalid states unrepresentable\" motto as
one of our guiding principles. If it is possible, we express this concept
through the types. Example: \' whenNotNull :: Applicative f => [a] ->
(NonEmpty a -> f ()) -> f () \'

* Performance: We prefer \'Text\' over \'String\', use space-leaks-free
functions (e.g. our custom performant \'sum\' and \'product\'),
introduce \'INLINE\' and \'SPECIALIZE\' pragmas where appropriate,
and make efficient container types (e.g. \'Map\', \'HashMap\', \'Set\') more
accessible.

* Minimalism (low number of dependencies): We do not force users of
\'relude\' to stick to any specific lens or text formatting or logging library.
Where possible, \'relude\' depends only on boot libraries.

* Convenience: Despite minimalism, we want to bring commonly used types and
functions into scope, and make available functions easier to use.

* Excellent documentation:
1. Tutorial
2. Migration guide from \'Prelude\'
3. Haddock for every function with examples tested by doctest
4. Documentation regarding internal module structure
5. \'relude\'-specific HLint rules

* User-friendliness: Anyone should be able to quickly migrate to \'relude\'.
Only some basic familiarity with the common libraries like \'text\' and
\'containers\' should be enough (but not necessary).

* Exploration: We have space to experiment with new ideas and proposals
without introducing breaking changes. \'relude\' uses the approach with \'Extra.*\'
modules which are not exported by default. The chosen approach makes it quite
easy for us to provide new functionality without breaking anything and let the
users decide to use it or not.

RPM found in directory: /vol/rzm3/linux-fedora-buffet/fedora/linux/development/41/Everything/x86_64/os/Packages/g

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ghc-relude-1.2.1.0-1.fc41.x86_64.rpm
ftp.icm.edu.pl  ghc-relude-1.2.1.0-1.fc41.x86_64.rpm
     

Provides :
ghc-relude
ghc-relude(x86-64)
libHSrelude-1.2.1.0-Eaf5B0SJn4PhXPgJMo85I-ghc9.6.6.so()(64bit)

Requires :
libHSarray-0.5.6.0-ghc9.6.6.so()(64bit)
libHSbase-4.18.2.1-ghc9.6.6.so()(64bit)
libHSbinary-0.8.9.1-ghc9.6.6.so()(64bit)
libHSbytestring-0.11.5.3-ghc9.6.6.so()(64bit)
libHScontainers-0.6.7-ghc9.6.6.so()(64bit)
libHSdeepseq-1.4.8.1-ghc9.6.6.so()(64bit)
libHSexceptions-0.10.7-ghc9.6.6.so()(64bit)
libHSfilepath-1.4.300.1-ghc9.6.6.so()(64bit)
libHSghc-bignum-1.3-ghc9.6.6.so()(64bit)
libHSghc-boot-th-9.6.6-ghc9.6.6.so()(64bit)
libHSghc-prim-0.10.0-ghc9.6.6.so()(64bit)
libHShashable-1.4.4.0-G2ZOstJIf88CQkCQLrODQe-ghc9.6.6.so()(64bit)
libHSmtl-2.3.1-ghc9.6.6.so()(64bit)
libHSos-string-2.0.6-IlBa2UQjH7mL18YjMu1jzE-ghc9.6.6.so()(64bit)
libHSpretty-1.1.3.6-ghc9.6.6.so()(64bit)
libHSstm-2.5.1.0-ghc9.6.6.so()(64bit)
libHStemplate-haskell-2.20.0.0-ghc9.6.6.so()(64bit)
libHStext-2.0.2-ghc9.6.6.so()(64bit)
libHStransformers-0.6.1.0-ghc9.6.6.so()(64bit)
libHSunordered-containers-0.2.20-EuYFGw8XOtG6Qjyq0KzKlk-ghc9.6.6.so()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.14)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_ABI_DT_RELR)(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/c9
/usr/lib/.build-id/c9/c1bd0d7529e7eea1d259d8a7f2aa3afaced4ce
/usr/lib64/ghc-9.6.6/lib/libHSrelude-1.2.1.0-Eaf5B0SJn4PhXPgJMo85I-ghc9.6.6.so
/usr/share/licenses/ghc-relude
/usr/share/licenses/ghc-relude/LICENSE

 
ICM