1 name: symantic-http-client
2 -- PVP: +-+------- breaking API changes
3 -- | | +----- non-breaking API additions
4 -- | | | +--- code changes with no API change
5 version: 0.0.1.20190410
7 synopsis: symantic-http applied to the derivation of HTTP clients
9 This library applies <https://hackage.haskell.org/package/symantic-http symantic-http>
10 to the building of an HTTP client (request building and response decoding)
11 based upon <https://hackage.haskell.org/package/http-client http-client>.
13 For learning how to use this library,
14 you can read the demo example
15 in <git://git.autogeree.net/symantic-http symantic-http.git>.
19 stability: experimental
20 author: Julien Moutinho <julm+symantic-http@autogeree.net>
21 maintainer: Julien Moutinho <julm+symantic-http@autogeree.net>
22 bug-reports: Julien Moutinho <julm+symantic-http@autogeree.net>
27 tested-with: GHC==8.4.4
32 Source-Repository head
33 location: git://git.autogeree.net/symantic-http
39 default-language: Haskell2010
58 -Wincomplete-uni-patterns
59 -Wincomplete-record-updates
61 -- -fhide-source-paths
63 symantic-http >= 0.1.1
65 , base64-bytestring >= 1.0
68 , http-api-data >= 0.4
69 , http-client >= 0.5.12
72 , monad-classes >= 0.3.2
79 -- pkgconfig-depends: zlib