4 Commits

Author SHA1 Message Date
Mark Karpov fc967375c9 Improve the writing 2021-04-18 20:47:29 +02:00
Mark Karpov 8b358565e4 Format the source code with Ormolu 2020-04-23 22:22:12 +02:00
Mark Karpov 88b1484373 Fix the build for Mac 2020-03-16 20:26:39 +01:00
Alexander Vershilov 26b5746cbe Introduce helpers for setting permissions
It was very hard to set permissions using this library, as the permissions
were not properly documented. Here we try to solve the problem in 2 ways:

1. We add a low level documentation that explains how to work with
   permissions.
2. We introduce unix specific helpers that allow to describe permissions in
   a human readable way.

Unfortunately making those helpers OS agnostic is a pretty hard task we
enable them only on the Unix platforms.
2020-03-11 20:35:34 +01:00