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.1.20190410
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.6.5
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
54 default-language: Haskell2010
72 -Wincomplete-uni-patterns
73 -Wincomplete-record-updates
77 symantic-http >= 0.1.1
78 , symantic-http-client >= 0.0
79 , symantic-http-server >= 0.1.1
80 , symantic-http-pipes >= 0.0
82 , base64-bytestring >= 1.0.0.1
90 , http-api-data >= 0.4
91 , http-client >= 0.5.12
94 , monad-classes >= 0.3.2
98 , pipes-bytestring >= 2.1
102 , tasty-hunit >= 0.10
105 , transformers >= 0.4