atomic-write
atomic-write copied to clipboard
Writes files atomically in Haskell while preserving permissions
I think this package would be more useful if there was a call to fsync() as well, at least optionally, as with http://hackage.haskell.org/package/safeio-0.0.5.0/docs/src/System-IO-SafeWrite.html#withOutputFile ?
This is a little odd, although understandable given the implementation.
On most unix-y systems, the technique used to modify a file by creating and replacing will not appear to be modifying the file from the perspective of programs that already...
Thanks to the [get-tested](https://github.com/Kleidukos/get-tested) action, we can automatically generate the matrix of GHC versions to run the CI on. This keeps the tested-with versions we set in Cabal files accurate...
Updated the `cabal upload` job in the release workflow for using `username` and `password` because `token` is not working.
Currently most of the dependencies of the library do not have proper version boundaries, we should add them.
Currently, we are making use of semantic-release for releasing new versions fo the library, but that comes with some requirements to how commits need to handled. It is important to...