1 name: symantic-http-demo
2 -- PVP: +-+------- breaking API changes
3 -- | | +----- non-breaking API additions
4 -- | | | +--- code changes with no API change
5 version: 0.0.0.20190401
7 synopsis: Demo for symantic-http and its companion libraries
11 * <https://hackage.haskell.org/package/symantic-http symantic-http>
12 * <https://hackage.haskell.org/package/symantic-http-client symantic-http-client>.
13 * <https://hackage.haskell.org/package/symantic-http-pipes symantic-http-pipes>.
14 * <https://hackage.haskell.org/package/symantic-http-server symantic-http-server>.
18 stability: experimental
19 author: Julien Moutinho <julm+symantic-http@autogeree.net>
20 maintainer: Julien Moutinho <julm+symantic-http@autogeree.net>
21 bug-reports: Julien Moutinho <julm+symantic-http@autogeree.net>
26 tested-with: GHC==8.4.4
31 Source-Repository head
32 location: git://git.autogeree.net/symantic-http
38 default-language: Haskell2010
42 -Wincomplete-uni-patterns
43 -Wincomplete-record-updates
51 Executable symantic-http-demo-client
52 hs-source-dirs: client
55 default-language: Haskell2010
59 -Wincomplete-uni-patterns
60 -Wincomplete-record-updates
65 , symantic-http >= 0.1
66 , symantic-http-client >= 0.0
67 , symantic-http-pipes >= 0.0
69 , base64-bytestring >= 1.0.0.1
72 , http-api-data >= 0.4
73 , http-client >= 0.5.12
76 , monad-classes >= 0.3.2
80 , pipes-bytestring >= 2.1
89 Executable symantic-http-demo-server
90 hs-source-dirs: server
93 default-language: Haskell2010
97 -Wincomplete-uni-patterns
98 -Wincomplete-record-updates
103 , symantic-http >= 0.1
104 , symantic-http-server >= 0.1
105 , symantic-http-pipes >= 0.0
106 , base >= 4.10 && < 5
107 , base64-bytestring >= 1.0.0.1
110 , http-api-data >= 0.4
111 , http-client >= 0.5.12
114 , monad-classes >= 0.3.2
118 , pipes-bytestring >= 2.1
122 , transformers >= 0.4