Language

Package: ghc-atomic-write @ 0.2.0.6

Synopsis

Atomically write to a file

Description

Atomically write to a file on POSIX-compliant systems while preserving permissions. 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 preserves permissions while atomically writing to a file.

Home page
https://github.com/stackbuilders/atomic-write
Location
gnu/packages/haskell-xyz.scm (line: 505, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings