fpco / unliftio

The MonadUnliftIO typeclass for unlifting monads to IO
Other
151 stars 51 forks source link

Implementation of atomic and durable file writes: #48

Closed lehins closed 5 years ago

lehins commented 5 years ago

@snoyberg The whole PR from commercialhaskell/rio#167 was transfered here almost verbatim, with an exception of some renames and haddock adjustments. The new module UnliftIO.IO.File is very heavy on haddock, therefore I though it be better to have it as a separate module, rather than cramming everything into UnliftIO.IO.

CC @nh2 (Thanks for review and guidance)