diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-27 12:06:06 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:31 +0700 |
commit | d2fc9cd798203611f5b71bb2763b7d55ffd704de (patch) | |
tree | b471f9a3ca27ab168f0d9ec988a03f316a1619b3 /haskell/haskell-iwlib/README | |
parent | 8ad56ddea08bb4b368d814e29e1e0ef7b636f54f (diff) | |
download | slackbuilds-d2fc9cd798203611f5b71bb2763b7d55ffd704de.tar.gz |
haskell/haskell-iwlib: Added (Bindings for the iw C library).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-iwlib/README')
-rw-r--r-- | haskell/haskell-iwlib/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/haskell/haskell-iwlib/README b/haskell/haskell-iwlib/README new file mode 100644 index 0000000000..22dca2b2bf --- /dev/null +++ b/haskell/haskell-iwlib/README @@ -0,0 +1,5 @@ +A binding to the iw library for getting info about the current WiFi +connection. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |