diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2015-02-24 23:44:39 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:47:04 +0700 |
commit | da06ea54474c1c7be802e18954cba6691bcbb324 (patch) | |
tree | 58a38ca741ac7b838965a8bd4920e274ea1d8b56 /haskell/haskell-http-client-tls/README | |
parent | 8d5136cc9f14f733345bb2a9cad43ff989ab3eaa (diff) |
haskell/haskell-http-client-tls: Added (http-client backend).
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-http-client-tls/README')
-rw-r--r-- | haskell/haskell-http-client-tls/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/haskell/haskell-http-client-tls/README b/haskell/haskell-http-client-tls/README new file mode 100644 index 0000000000000..0e888f8c5c3ab --- /dev/null +++ b/haskell/haskell-http-client-tls/README @@ -0,0 +1,4 @@ +http-client backend using the connection package and tls library. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |