diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 11:49:01 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:28 +0700 |
commit | 583d077b6a87a642d82cf83c252feea5f78c16c1 (patch) | |
tree | f236b4febfba0aa7562f269252b6e699a93cd0f2 /haskell/haskell-http-api-data/README | |
parent | b8e09b1c9f7061f7c75ff4fba75f90cce877ce6f (diff) |
haskell/haskell-http-api-data: Added (Convert HTTP API data).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-http-api-data/README')
-rw-r--r-- | haskell/haskell-http-api-data/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/haskell/haskell-http-api-data/README b/haskell/haskell-http-api-data/README new file mode 100644 index 0000000000..44bc9a13f6 --- /dev/null +++ b/haskell/haskell-http-api-data/README @@ -0,0 +1,6 @@ +This package defines typeclasses used for converting Haskell data +types to and from HTTP API data like URL pieces, headers and query +parameters. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |