INFO
Name: ghc-stm
Version: 2.4.5.0-1.el8
Arch: ppc64le
Summary: Software Transactional Memory
License: BSD
Vendor: Fedora Project
Build Host: buildvm-ppc64le-28.iad2.fedoraproject.org
Build Date: Wed Sep 7 15:05:47 2022
Size: 230283
URL: https://hackage.haskell.org/package/stm
Description: Software Transactional Memory, or STM, is an abstraction for concurrent
communication. The main benefits of STM are /composability/ and /modularity/.
That is, using STM you can write concurrent abstractions that can be easily
composed with any other abstraction built using STM, without exposing the
details of how your abstraction ensures safety. This is typically not the case
with other forms of concurrent communication, such as locks or 'MVar's.
FILES
/usr/lib/.build-id
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/c175c70d4f4480eaa548d5c4e59232b24b5034
/usr/lib64/libHSstm-2.4.5.0-15FdumhhnVEKazIoQZDzp1-ghc8.2.2.so
/usr/share/licenses/ghc-stm
/usr/share/licenses/ghc-stm/LICENSE
REQUIRES
libHSarray-0.5.2.0-ghc8.2.2.so()(64bit)
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.17)(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)
PROVIDES
ghc-stm 2.4.5.0-1.el8
ghc-stm(ppc-64) 2.4.5.0-1.el8
libHSstm-2.4.5.0-15FdumhhnVEKazIoQZDzp1-ghc8.2.2.so()(64bit)
CONFIG FILES
/usr/lib/.build-id a
/usr/lib/.build-id/bd a
/usr/lib/.build-id/bd/c175c70d4f4480eaa548d5c4e59232b24b5034 a
/usr/lib64/libHSstm-2.4.5.0-15FdumhhnVEKazIoQZDzp1-ghc8.2.2.so
/usr/share/licenses/ghc-stm
/usr/share/licenses/ghc-stm/LICENSE l
LICENSE FILES
BSD
|