diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2015-02-24 23:39:02 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:47:01 +0700 |
commit | a26e5e8479dc3d01839a8806247c48cc8a094530 (patch) | |
tree | e76e7c7ee950b278df34a3d6a9083fa76d58d960 /haskell/haskell-http-client/README | |
parent | dac7a5d6875dfef1564ebfd15c5b3fe8ade0269b (diff) |
haskell/haskell-http-client: Added (an http client engine).
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/README')
-rw-r--r-- | haskell/haskell-http-client/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/haskell/haskell-http-client/README b/haskell/haskell-http-client/README new file mode 100644 index 000000000000..1851e5bf7f88 --- /dev/null +++ b/haskell/haskell-http-client/README @@ -0,0 +1,5 @@ +An HTTP client engine, intended as a base layer for more +user-friendly packages. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |