1 name: symantic-http-test
2 -- PVP: +-+------- breaking API changes
3 -- | | +----- non-breaking API additions
4 -- | | | +--- code changes with no API change
5 version: 0.0.0.20190324
7 synopsis: Test 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
35 Test-Suite symantic-http-test
36 type: exitcode-stdio-1.0
43 Hspec.Client.BasicAuth
51 default-language: Haskell2010
69 -Wincomplete-uni-patterns
70 -Wincomplete-record-updates
75 , symantic-http-client >= 0.0
76 , symantic-http-server >= 0.0
77 , symantic-http-pipes >= 0.0
79 , base64-bytestring >= 1.0.0.1
87 , http-api-data >= 0.4
88 , http-client >= 0.5.12
91 , monad-classes >= 0.3.2
95 , pipes-bytestring >= 2.1
102 , transformers >= 0.4