-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Atomically write to a file -- @package atomic-write @version 0.1.0.0 -- | A library for atomically modifying files while preserving permissions module System.AtomicWrite -- | Creates a file atomically on POSIX-compliant systems while preserving -- permissions. atomicWriteFile :: FilePath -> String -> IO ()