1 name: symantic-http-demo
2 -- PVP: +-+------- breaking API changes
3 -- | | +----- non-breaking API additions
4 -- | | | +--- code changes with no API change
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>.
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
37 default-language: Haskell2010
41 -Wincomplete-uni-patterns
42 -Wincomplete-record-updates
50 Executable symantic-http-demo-client
51 hs-source-dirs: client
54 default-language: Haskell2010
58 -Wincomplete-uni-patterns
59 -Wincomplete-record-updates
64 , symantic-http >= 0.0
65 , symantic-http-client >= 0.0
66 , symantic-http-pipes >= 0.0
68 , base64-bytestring >= 1.0.0.1
71 , http-api-data >= 0.4
72 , http-client >= 0.5.12
75 , monad-classes >= 0.3.2
79 , pipes-bytestring >= 2.1
88 Executable symantic-http-demo-server
89 hs-source-dirs: server
92 default-language: Haskell2010
96 -Wincomplete-uni-patterns
97 -Wincomplete-record-updates
102 , symantic-http >= 0.0
103 , symantic-http-server >= 0.0
104 , symantic-http-pipes >= 0.0
105 , base >= 4.10 && < 5
106 , base64-bytestring >= 1.0.0.1
109 , http-api-data >= 0.4
110 , http-client >= 0.5.12
113 , monad-classes >= 0.3.2
117 , pipes-bytestring >= 2.1
121 , transformers >= 0.4