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