FICHA · MANJARO

haskell-atomic-write

Atomically write to a file

  • haskell-library
  • LIBRARY
  • FILESYSTEM
  • DATA-INTEGRITY
  • Dependency only
official+codex · reviewed · May 28, 2026 description in en

Description

A Haskell library for writing files atomically. It helps software avoid partially written files by writing data through a safer replace-style workflow.

Developers use it for configuration, cache, state, and generated files where interruption should not leave corrupted output. It is especially useful when writes can be interrupted by crashes or power loss.

Permissions

Permissions not analysed for this source yet.