All Versions
3
Latest Version
Avg Release Cycle
328 days
Latest Release
2755 days ago

Changelog History

  • v0.2.0.1 Changes

    September 11, 2016
  • v0.2.0.0 Changes

    November 25, 2014
    • 0๏ธโƒฃ API change: getDefaultACL now returns IO (Maybe ACL), with Nothing 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 for ACL is more flexible in parsing valid ACLs, but does not parse ACLs with repeated user or group ids anymore.
    • ๐Ÿ–จ The Show instance of ACL now prints the short text form instead of the long text form.
    • Enable Safe Haskell extension.
    • Relicense under BSD3.
    • ๐Ÿ“š Code and documentation improvements.
  • v0.1.0.0 Changes

    November 25, 2014
    • ๐ŸŽ‰ Initial release.