diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 11:41:04 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:22 +0700 |
commit | f2305443e0ed80a2f9f5329812126fbda5edb9d7 (patch) | |
tree | 9a9dbac6e3e74066df4766dd77cb300383bf0de9 /haskell/haskell-filelock/README | |
parent | 56a8bc4c3d68ecfc3f66a104991f54daad398966 (diff) |
haskell/haskell-filelock: Added (Portable file locking interface).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-filelock/README')
-rw-r--r-- | haskell/haskell-filelock/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/haskell/haskell-filelock/README b/haskell/haskell-filelock/README new file mode 100644 index 0000000000000..235b50ccd7e2c --- /dev/null +++ b/haskell/haskell-filelock/README @@ -0,0 +1,5 @@ +This package provides an interface to Windows and Unix file locking +functionalities. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |