diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2015-02-24 23:44:29 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:47:04 +0700 |
commit | 8d5136cc9f14f733345bb2a9cad43ff989ab3eaa (patch) | |
tree | ff83098acae2e9f51af3773cbe9f2894a87c5279 /haskell/haskell-connection/README | |
parent | a1fd930e06c88052148f537598e3ae376b858174 (diff) | |
download | slackbuilds-8d5136cc9f14f733345bb2a9cad43ff989ab3eaa.tar.gz |
haskell/haskell-connection: Added (simple and easy network connections api).
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-connection/README')
-rw-r--r-- | haskell/haskell-connection/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/haskell/haskell-connection/README b/haskell/haskell-connection/README new file mode 100644 index 0000000000..032dbca4da --- /dev/null +++ b/haskell/haskell-connection/README @@ -0,0 +1,6 @@ +Simple network library for all your connection need. + +Features: Really simple to use, SSL/TLS, SOCKS. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |