libghc-atomic-write-dev binary package in Ubuntu Lunar riscv64

 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.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2022-12-28 04:09:00 UTC Published Ubuntu Lunar riscv64 release universe haskell Optional 0.2.0.7-3build1
  • Published
  • Copied from ubuntu lunar-proposed riscv64 in Primary Archive for Ubuntu
  Deleted Ubuntu Lunar riscv64 proposed universe haskell Optional 0.2.0.7-3build1
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to lunar

  • Published
  2022-12-28 04:21:16 UTC Superseded Ubuntu Lunar riscv64 release universe haskell Optional 0.2.0.7-3
  • Removed from disk .
  • Removal requested .
  • Superseded by riscv64 build of haskell-atomic-write 0.2.0.7-3build1 in ubuntu lunar PROPOSED
  • Published
  • Copied from ubuntu kinetic-proposed riscv64 in Primary Archive for Ubuntu