1 name: symantic-http-server
2 -- PVP: +-+------- breaking API changes
3 -- | | +----- non-breaking API additions
4 -- | | | +--- code changes with no API change
5 version: 0.1.1.20190410
7 synopsis: symantic-http applied to the derivation of HTTP servers
9 This library applies <https://hackage.haskell.org/package/symantic-http symantic-http>
10 to the building of an HTTP server (request routing and response building)
11 based upon <https://hackage.haskell.org/package/warp warp>,
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
71 , monad-classes >= 0.3.2
80 -- pkgconfig-depends: zlib