haskell-atomic-write 0.2.0.7-2build1 source package in Ubuntu

Changelog

haskell-atomic-write (0.2.0.7-2build1) hirsute; urgency=medium

  * No-change rebuild for new GHC ABIs

 -- Steve Langasek <email address hidden>  Fri, 30 Oct 2020 00:21:06 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Hirsute
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
haskell-atomic-write_0.2.0.7.orig.tar.gz 7.0 KiB b5f5c77884bc0332306fab89acf1c8a8582d76eabaa303c91b1c4072621c960d
haskell-atomic-write_0.2.0.7-2build1.debian.tar.xz 2.3 KiB 5aa55ebda9d3710e5f38a7b6be1da909408fd6b4f97539c2ca5c485ef02c0113
haskell-atomic-write_0.2.0.7-2build1.dsc 2.6 KiB f08ac8fd18817361d7a573db3b36b3ac83ac1029ee8af2e4af87b00789f9af80

View changes file

Binary packages built by this source

libghc-atomic-write-dev: No summary available for libghc-atomic-write-dev in ubuntu kinetic.

No description available for libghc-atomic-write-dev in ubuntu kinetic.

libghc-atomic-write-doc: Atomically write to a file; documentation

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

libghc-atomic-write-prof: Atomically write to a file; profiling libraries

 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, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.