diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 11:34:27 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:09 +0700 |
commit | 69d48bc6ce9f0d531edac8ee407f0589d7677739 (patch) | |
tree | 630df21475f6c43025567e8bb0831659338968a0 /haskell/haskell-bindings-uname/README | |
parent | 2361706ce1ee590b97afa539be57583998e0ff91 (diff) |
haskell/haskell-bindings-uname: Added (binding to POSIX uname(3)).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-bindings-uname/README')
-rw-r--r-- | haskell/haskell-bindings-uname/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/haskell/haskell-bindings-uname/README b/haskell/haskell-bindings-uname/README new file mode 100644 index 0000000000000..b7136ae92a674 --- /dev/null +++ b/haskell/haskell-bindings-uname/README @@ -0,0 +1,4 @@ +This is a low-level binding to POSIX uname(3) function. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |