slackbuilds/haskell/haskell-lukko
Lockywolf 3bae9bcbbf
haskell/haskell-lukko: Added (file locking for haskell).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-09-23 11:33:37 +07:00
..
README haskell/haskell-lukko: Added (file locking for haskell). 2023-09-23 11:33:37 +07:00
doinst.sh haskell/haskell-lukko: Added (file locking for haskell). 2023-09-23 11:33:37 +07:00
douninst.sh haskell/haskell-lukko: Added (file locking for haskell). 2023-09-23 11:33:37 +07:00
haskell-lukko.SlackBuild haskell/haskell-lukko: Added (file locking for haskell). 2023-09-23 11:33:37 +07:00
haskell-lukko.info haskell/haskell-lukko: Added (file locking for haskell). 2023-09-23 11:33:37 +07:00
slack-desc haskell/haskell-lukko: Added (file locking for haskell). 2023-09-23 11:33:37 +07:00

README

lukko: File locking

This package provides access to platform dependent file locking APIs:

Open file descriptor locking on Linux (Lukko.OFD)
BSD-style flock(2) locks on UNIX platforms (Lukko.FLock)
Windows locking via LockFileEx (Lukko.Windows)
No-op locking, which throws exceptions (Lukko.NoOp)
Lukko module exports the best option for the target platform with
uniform API.

After uninstalling, run this command to unregister the package from
the ghc package database:   ghc-pkg recache