slackbuilds_ponce/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
..
doinst.sh
douninst.sh
haskell-lukko.info
haskell-lukko.SlackBuild
README
slack-desc

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