| Copyright | © 2015-2019 Stack Builders Inc. |
|---|---|
| License | MIT |
| Maintainer | Stack Builders <hackage@stackbuilders.com> |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
System.AtomicWrite.Writer.LazyText
Description
Provides functionality to dump the contents of a Text to a file.
Synopsis
- atomicWriteFile :: FilePath -> Text -> IO ()
- atomicWriteFileWithMode :: FileMode -> FilePath -> Text -> IO ()