diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 11:49:54 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:29 +0700 |
commit | c47548503034b18ae2e2b2aeba1c0151209b5d62 (patch) | |
tree | 8188cb0a01a2832d59ab7d8f4b1c2e95e9813a5b /haskell/haskell-http-conduit/README | |
parent | 7ff264e5eb57b5e497af3cc9fbee528535881e53 (diff) |
haskell/haskell-http-conduit: Added (HTTP client + conduit).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-http-conduit/README')
-rw-r--r-- | haskell/haskell-http-conduit/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/haskell/haskell-http-conduit/README b/haskell/haskell-http-conduit/README new file mode 100644 index 0000000000000..e8b1d3eff3ca9 --- /dev/null +++ b/haskell/haskell-http-conduit/README @@ -0,0 +1,4 @@ +HTTP client package with conduit interface and HTTPS support. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |