Metadata for ghc-atomic-write-0.2.0.7-15.el10_0.ppc64le.rpm

0 directories 0 files
Go up

INFO

Name: ghc-atomic-write
Version: 0.2.0.7-15.el10_0
Arch: ppc64le
Summary: Atomically write to a file
License: MIT
Vendor: Fedora Project
Build Host: buildvm-ppc64le-30.iad2.fedoraproject.org
Build Date: Fri May  2 20:19:24 2025
Size: 138058
URL: https://hackage.haskell.org/package/atomic-write
Description: Atomically write to a file on POSIX-compliant systems while preserving
permissions.

On most Unix systems, `mv` is an atomic operation. This makes it simple to
write to a file atomically just by using the mv operation. However, this will
destroy the permissions on the original file. This library does the following
to preserve permissions while atomically writing to a file:

* If an original file exists, take those permissions and apply them to the temp
file before `mv`ing the file into place.

* If the original file does not exist, create a following with default
permissions (based on the currently-active umask).

This way, when the file is `mv`'ed into place, the permissions will be the ones
held by the original file.

This library is based on similar implementations found in common libraries in
Ruby and Python:

* 

*


* 

To use `atomic-write`, import the module corresponding to the type you wish to
write atomically, e.g., to write a (strict) ByteString atomically:

> import System.AtomicWrite.Writer.ByteString

Then you can use the atomicWriteFile function that accepts a `FilePath` and a
`ByteString`, e.g.:

> atomicWriteFile myFilePath myByteString.

FILES

/usr/lib/.build-id
/usr/lib/.build-id/49
/usr/lib/.build-id/49/00b67d2f47419e0273e7f479f152b30f2008f9
/usr/lib64/ghc-9.6.6/lib/libHSatomic-write-0.2.0.7-be3EqRwdCdGR7fwVUuhZ-ghc9.6.6.so
/usr/share/licenses/ghc-atomic-write
/usr/share/licenses/ghc-atomic-write/LICENSE

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)
libHSdirectory-1.3.8.5-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)
libHSmtl-2.3.1-ghc9.6.6.so()(64bit)
libHSpretty-1.1.3.6-ghc9.6.6.so()(64bit)
libHSrandom-1.2.1.2-9nSipNyPzIK3OtGny4BWjI-ghc9.6.6.so()(64bit)
libHSsplitmix-0.1.0.5-1g4Y67JB8lK4ODDsw0vzN6-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)
libHStemporary-1.3-2b5Hfg9yeqPDkszEuTu2EQ-ghc9.6.6.so()(64bit)
libHStext-2.0.2-ghc9.6.6.so()(64bit)
libHStime-1.12.2-ghc9.6.6.so()(64bit)
libHStransformers-0.6.1.0-ghc9.6.6.so()(64bit)
libHSunix-2.8.4.0-ghc9.6.6.so()(64bit)
libHSunix-compat-0.7.2-1NxbmsUJVnDDNnvOywKtoI-ghc9.6.6.so()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.17)(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)

PROVIDES

ghc-atomic-write 0.2.0.7-15.el10_0
ghc-atomic-write(ppc-64) 0.2.0.7-15.el10_0
libHSatomic-write-0.2.0.7-be3EqRwdCdGR7fwVUuhZ-ghc9.6.6.so()(64bit)

CONFIG FILES

/usr/lib/.build-id a
/usr/lib/.build-id/49 a
/usr/lib/.build-id/49/00b67d2f47419e0273e7f479f152b30f2008f9 a
/usr/lib64/ghc-9.6.6/lib/libHSatomic-write-0.2.0.7-be3EqRwdCdGR7fwVUuhZ-ghc9.6.6.so
/usr/share/licenses/ghc-atomic-write
/usr/share/licenses/ghc-atomic-write/LICENSE l

LICENSE FILES

MIT