SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ghc-strict rpm build for : OpenSuSE. For other distributions click ghc-strict.

Name : ghc-strict
Version : 0.5 Vendor : SUSE LLC < https://www_suse_com/>
Release : 150500.3.3.1 Date : 2024-01-30 10:51:33
Group : Unspecified Source RPM : ghc-strict-0.5-150500.3.3.1.src.rpm
Size : 0.48 MB
Packager : https://www_suse_com/
Summary : Strict data types and String IO
Description :
This package provides strict versions of some standard Haskell data types
(pairs, Maybe and Either). It also contains strict IO operations.

It is common knowledge that lazy datastructures can lead to space-leaks.
This problem is particularly prominent, when using lazy datastructures to store
the state of a long-running application in memory. One common solution to this
problem is to use \'seq\' and its variants in every piece of code that updates
your state. However a much easier solution is to use fully strict types to
store such state values. By \"fully strict types\" we mean types for whose values
it holds that, if they are in weak-head normal form, then they are also in
normal form. Intuitively, this means that values of fully strict types cannot
contain unevaluated thunks.

To define a fully strict datatype, one typically uses the following recipe.

1. Make all fields of every constructor strict; i.e., add a bang to all fields.

2. Use only strict types for the fields of the constructors.

The second requirement is problematic as it rules out the use of the standard
Haskell \'Maybe\', \'Either\', and pair types. This library solves this problem by
providing strict variants of these types and their corresponding standard
support functions and type-class instances.

Note that this library does currently not provide fully strict lists.
They can be added if they are really required. However, in many cases one
probably wants to use unboxed or strict boxed vectors from the \'vector\' library
(< http://hackage.haskell.org/package/vector>) instead of strict lists.
Moreover, instead of \'String\'s one probably wants to use strict \'Text\' values
from the \'text\' library (< http://hackage.haskell.org/package/text>).

This library comes with batteries included; i.e., mirror functions and
instances of the lazy versions in \'base\'. It also includes instances for
type-classes from the \'deepseq\', \'binary\', and \'hashable\' packages.

RPM found in directory: /vol/rzm3/linux-opensuse/distribution/leap/15.6/repo/oss/x86_64

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ghc-strict-0.5-150500.3.3.1.x86_64.rpm
ftp.icm.edu.pl  ghc-strict-0.5-150500.3.3.1.x86_64.rpm
     

Provides :
ghc-strict
ghc-strict(x86-64)
libHSstrict-0.5-4TfLPZovwAw2Wx0y4obQrM-ghc8.10.7.so()(64bit)

Requires :
libHSarray-0.5.4.0-ghc8.10.7.so()(64bit)
libHSassoc-1.1-5xmE7jlk2fP4tfEMsOYYmp-ghc8.10.7.so()(64bit)
libHSbase-4.14.3.0-ghc8.10.7.so()(64bit)
libHSbase-orphans-0.9.1-c9SWeL8IJjH2h1UCckt6-ghc8.10.7.so()(64bit)
libHSbinary-0.8.8.0-ghc8.10.7.so()(64bit)
libHSbytestring-0.10.12.0-ghc8.10.7.so()(64bit)
libHScontainers-0.6.5.1-ghc8.10.7.so()(64bit)
libHSdata-array-byte-0.1.0.1-K28hjVtnMmk7as6rZ7LlwO-ghc8.10.7.so()(64bit)
libHSdeepseq-1.4.4.0-ghc8.10.7.so()(64bit)
libHSfilepath-1.4.2.1-ghc8.10.7.so()(64bit)
libHSfoldable1-classes-compat-0.1-4mkkbjqB24N8I1Ggf7NKw2-ghc8.10.7.so()(64bit)
libHSghc-boot-th-8.10.7-ghc8.10.7.so()(64bit)
libHSghc-prim-0.6.1-ghc8.10.7.so()(64bit)
libHShashable-1.4.3.0-AzG4Pc6M4Qh6F2y4DtKgD2-ghc8.10.7.so()(64bit)
libHSinteger-gmp-1.0.3.0-ghc8.10.7.so()(64bit)
libHSpretty-1.1.3.6-ghc8.10.7.so()(64bit)
libHStagged-0.8.8-AkG3jTuGR0jE7pjMYWU5z5-ghc8.10.7.so()(64bit)
libHStemplate-haskell-2.16.0.0-ghc8.10.7.so()(64bit)
libHStext-1.2.4.1-ghc8.10.7.so()(64bit)
libHSthese-1.2-G6KYqbfrUb9KQ9FN7V8JG4-ghc8.10.7.so()(64bit)
libHStransformers-0.5.6.2-ghc8.10.7.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


Content of RPM :
/usr/lib64/ghc-8.10.7/strict-0.5
/usr/lib64/ghc-8.10.7/strict-0.5/libHSstrict-0.5-4TfLPZovwAw2Wx0y4obQrM-ghc8.10.7.so
/usr/share/licenses/ghc-strict
/usr/share/licenses/ghc-strict/LICENSE

 
ICM