posix-acl v0.2.0.0 Release Notes
Release Date: 2014-11-25 // about 10 years ago-
- 0๏ธโฃ API change:
getDefaultACL
now returnsIO (Maybe ACL)
, withNothing
indicating the absence of default ACL. - Rewrite bindings to the Posix C API using monad transformers, and expose them
in
System.Posix.ACL.C
. - ๐ The
read
parser forACL
is more flexible in parsing valid ACLs, but does not parse ACLs with repeated user or group ids anymore. - ๐จ The
Show
instance ofACL
now prints the short text form instead of the long text form. - Enable Safe Haskell extension.
- Relicense under BSD3.
- ๐ Code and documentation improvements.
- 0๏ธโฃ API change: