معرفی شرکت ها


ghc-strict-0.4.0.1-9.fc38.aarch64.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Strict data types and String IO
ویژگی مقدار
سیستم عامل Linux
توزیع Fedora 38
مخزن Fedora Everything aarch64
نام بسته ghc-strict
نام فایل بسته ghc-strict-0.4.0.1-9.fc38.aarch64.rpm
نسخه بسته 0.4.0.1
انتشار بسته 9.fc38
معماری بسته aarch64
نگهدارنده -
تاریخ ساخت Fri 17 Feb 2023 03
هاست سازنده buildvm-a64-22.iad2.fedoraproject.org
نوع بسته .rpm
آدرس صفحه اصلی https://hackage.haskell.org/package/strict
مجوز BSD-3-Clause
حجم دانلود 92K
حجم نصب 535.908K
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.


جایگزین ها

بسته نسخه معماری مخزن
ghc-strict-0.4.0.1-9.fc38.src.rpm 0.4.0.1 i686 Fedora Everything
ghc-strict-0.4.0.1-9.fc38.x86_64.rpm 0.4.0.1 x86_64 Fedora Everything
ghc-strict-devel-0.4.0.1-9.fc38.aarch64.rpm 0.4.0.1 aarch64 Fedora Everything
ghc-strict-devel-0.4.0.1-9.fc38.x86_64.rpm 0.4.0.1 x86_64 Fedora Everything
ghc-strict-doc-0.4.0.1-9.fc38.noarch.rpm 0.4.0.1 noarch Fedora Everything
ghc-strict-prof-0.4.0.1-9.fc38.aarch64.rpm 0.4.0.1 aarch64 Fedora Everything
ghc-strict-prof-0.4.0.1-9.fc38.x86_64.rpm 0.4.0.1 x86_64 Fedora Everything


نیازمندی

مقدار نام
- libHSarray-0.5.4.0-ghc9.2.6.so()(64bit)
- libHSassoc-1.0.2-Ixi7l1OxCXc2VEkOY9B8FK-ghc9.2.6.so()(64bit)
- libHSbase-4.16.4.0-ghc9.2.6.so()(64bit)
- libHSbase-orphans-0.8.7-89hNxCzOA0h5VQ30esLcLh-ghc9.2.6.so()(64bit)
- libHSbifunctors-5.5.14-8Ldr7VyeLbr98vHsGDnTVP-ghc9.2.6.so()(64bit)
- libHSbinary-0.8.9.0-ghc9.2.6.so()(64bit)
- libHSbytestring-0.11.4.0-ghc9.2.6.so()(64bit)
- libHScomonad-5.0.8-ILDp4T4kPKv65TblAa7vbZ-ghc9.2.6.so()(64bit)
- libHScontainers-0.6.5.1-ghc9.2.6.so()(64bit)
- libHSdata-array-byte-0.1.0.1-F1wKB6232C455YIiBqRzC9-ghc9.2.6.so()(64bit)
- libHSdeepseq-1.4.6.1-ghc9.2.6.so()(64bit)
- libHSdistributive-0.6.2.1-4ZgHcAZThEz4bMYmEuK2zk-ghc9.2.6.so()(64bit)
- libHSfilepath-1.4.2.2-ghc9.2.6.so()(64bit)
- libHSghc-bignum-1.2-ghc9.2.6.so()(64bit)
- libHSghc-boot-th-9.2.6-ghc9.2.6.so()(64bit)
- libHSghc-prim-0.8.0-ghc9.2.6.so()(64bit)
- libHShashable-1.4.2.0-bb0OMd9p4SJnX9qKDXlHL-ghc9.2.6.so()(64bit)
- libHSindexed-traversable-0.1.2-5LVVd4Z66ApQ46gP3i0cs-ghc9.2.6.so()(64bit)
- libHSpretty-1.1.3.6-ghc9.2.6.so()(64bit)
- libHStagged-0.8.6.1-82zEo9eoX27AKO3QLF5wjS-ghc9.2.6.so()(64bit)
- libHStemplate-haskell-2.18.0.0-ghc9.2.6.so()(64bit)
- libHStext-1.2.5.0-ghc9.2.6.so()(64bit)
- libHSth-abstraction-0.4.5.0-FQrzhXbdvQX3Z0wTw3euNu-ghc9.2.6.so()(64bit)
- libHSthese-1.1.1.1-6MPHlk76xF2HLX9OoanBQn-ghc9.2.6.so()(64bit)
- libHStransformers-0.5.6.2-ghc9.2.6.so()(64bit)
- libHStransformers-compat-0.7.2-9ApmiRwA3hS7UuQpOomcS-ghc9.2.6.so()(64bit)
- libc.so.6()(64bit)
- libc.so.6(GLIBC_2.17)(64bit)
- libgmp.so.10()(64bit)
- libm.so.6()(64bit)
- rtld(GNU_HASH)


ارائه دهنده

مقدار نام
= 0.4.0.1-9.fc38 ghc-strict
= 0.4.0.1-9.fc38 ghc-strict(aarch-64)
- libHSstrict-0.4.0.1-IZxZEI94lFaCwbZLdyujlt-ghc9.2.6.so()(64bit)


نحوه نصب


نصب پکیج rpm ghc-strict:

    dnf install ghc-strict-0.4.0.1-9.fc38.aarch64.rpm


فایل ها

مسیرها
/usr/lib/.build-id
/usr/lib/.build-id/47
/usr/lib/.build-id/47/ab1ef65b980195c8ed8995f63fe51274c2284b
/usr/lib64/ghc-9.2.6/lib/libHSstrict-0.4.0.1-IZxZEI94lFaCwbZLdyujlt-ghc9.2.6.so
/usr/share/licenses/ghc-strict


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2023-02-16

refresh to cabal-rpm-2.1.0 with SPDX migration

2022-07-21

Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

2022-06-17

rebuild

2022-01-20

Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

2021-08-05

update to 0.4.0.1

2021-07-22

Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild