2 -- PVP: +-+------- breaking API changes
3 -- | | +----- non-breaking API additions
4 -- | | | +--- code changes with no API change
5 version: 0.0.0.20190305
7 synopsis: Symantic combinators for deriving HTTP clients, servers and docs from an API.
8 description: An experimental Domain-Specific Language (DSL) for HTTP,
9 trying to be as powerful as
10 <https://hackage.haskell.org/package/servant servant>'s
11 while proposing an arguably simpler (hence more customisable) machinery,
12 based upon <http://okmij.org/ftp/typed-formatting/ symantics> (aka. Tagless-Final DSL)
13 instead of a type-level machinery using advanced Haskell.
17 stability: experimental
18 author: Julien Moutinho <julm+symantic-http@autogeree.net>
19 maintainer: Julien Moutinho <julm+symantic-http@autogeree.net>
20 bug-reports: Julien Moutinho <julm+symantic-http@autogeree.net>
25 tested-with: GHC==8.4.4
30 Source-Repository head
31 location: git://git.autogeree.net/symantic-http
39 Symantic.HTTP.Client.Connection
45 default-language: Haskell2010
64 -Wincomplete-uni-patterns
65 -Wincomplete-record-updates
67 -- -fhide-source-paths
70 , base64-bytestring >= 1.0.0.1
73 -- , constraint >= 0.1
74 , data-default-class >= 0.1
76 , http-api-data >= 0.4
77 , http-client >= 0.5.12
80 , monad-classes >= 0.3.2
88 , unordered-containers >= 0.2.8
90 -- , wai-app-static >= 3.1.6.1
93 -- pkgconfig-depends: zlib
96 Test-Suite symantic-http-test
97 type: exitcode-stdio-1.0
110 default-language: Haskell2010
116 MultiParamTypeClasses
128 -Wincomplete-uni-patterns
129 -Wincomplete-record-updates
134 , base >= 4.10 && < 5
135 , base64-bytestring >= 1.0.0.1
143 , http-api-data >= 0.4
144 , http-client >= 0.5.12
153 , tasty-hunit >= 0.10
156 , transformers >= 0.4
160 -- , wai-app-static >= 3.1.6.1
161 -- , QuickCheck >= 2.0
162 -- , tasty-golden >= 2.3
163 -- , tasty-quickcheck