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/slack-desc | |
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/slack-desc')
-rw-r--r-- | haskell/haskell-http-api-data/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-http-api-data/slack-desc b/haskell/haskell-http-api-data/slack-desc new file mode 100644 index 0000000000000..81449aa7126e5 --- /dev/null +++ b/haskell/haskell-http-api-data/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +haskell-http-api-data: haskell-http-api-data (Converting to/from HTTP API data) +haskell-http-api-data: +haskell-http-api-data: This package defines typeclasses used for converting Haskell data +haskell-http-api-data: types to and from HTTP API data like URL pieces, headers and query +haskell-http-api-data: parameters. +haskell-http-api-data: +haskell-http-api-data: +haskell-http-api-data: +haskell-http-api-data: +haskell-http-api-data: +haskell-http-api-data: |