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.Monad
42 Symantic.HTTP.Mime.Type
45 default-language: Haskell2010
58 -Wincomplete-uni-patterns
59 -Wincomplete-record-updates
61 -- -fhide-source-paths
64 , base64-bytestring >= 1.0.0.1
67 , data-default-class >= 0.1
70 , http-api-data >= 0.4
71 , http-client >= 0.5.12
74 , monad-classes >= 0.3.2
82 , unordered-containers >= 0.2.8
84 -- , wai-app-static >= 3.1.6.1
87 -- pkgconfig-depends: zlib
90 Test-Suite symantic-http-test
91 type: exitcode-stdio-1.0
103 default-language: Haskell2010
108 MultiParamTypeClasses
117 -Wincomplete-uni-patterns
118 -Wincomplete-record-updates
123 , base >= 4.10 && < 5
124 , base64-bytestring >= 1.0.0.1
131 , http-api-data >= 0.4
132 , http-client >= 0.5.12
139 , tasty-hunit >= 0.10
142 , transformers >= 0.4
146 -- , wai-app-static >= 3.1.6.1
147 -- , QuickCheck >= 2.0
148 -- , tasty-golden >= 2.3
149 -- , tasty-quickcheck