]> Git — Sourcephile - haskell/symantic-http.git/blob - symantic-http-test/symantic-http-test.cabal
stack: bump to lts-14.13
[haskell/symantic-http.git] / symantic-http-test / symantic-http-test.cabal
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
6 category: Protocol
7 synopsis: Test symantic-http and its companion libraries
8 description:
9 Test-Suite for:
10 .
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>.
15 extra-doc-files:
16 license: GPL-3
17 license-file: COPYING
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>
22 -- homepage:
23
24 build-type: Simple
25 cabal-version: 1.24
26 tested-with: GHC==8.6.5
27 extra-source-files:
28 stack.yaml
29 extra-tmp-files:
30
31 Source-Repository head
32 location: git://git.autogeree.net/symantic-http
33 type: git
34
35 Test-Suite symantic-http-test
36 type: exitcode-stdio-1.0
37 hs-source-dirs: .
38 main-is: Main.hs
39 other-modules:
40 -- Golden
41 Hspec
42 Hspec.Client
43 Hspec.Client.BasicAuth
44 Hspec.Client.Raw
45 Hspec.Pipes
46 Hspec.Server
47 Hspec.Server.Error
48 Hspec.Server.Raw
49 Hspec.Server.Router
50 Hspec.Utils
51 Hspec.Utils.Server
52 -- HUnit
53 -- QuickCheck
54 default-language: Haskell2010
55 default-extensions:
56 DataKinds
57 FlexibleContexts
58 FlexibleInstances
59 LambdaCase
60 MultiParamTypeClasses
61 NamedFieldPuns
62 NoImplicitPrelude
63 RecordWildCards
64 ScopedTypeVariables
65 TupleSections
66 TypeApplications
67 TypeFamilies
68 TypeOperators
69 ViewPatterns
70 ghc-options:
71 -Wall
72 -Wincomplete-uni-patterns
73 -Wincomplete-record-updates
74 -fno-warn-tabs
75 -fhide-source-paths
76 build-depends:
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
81 , base >= 4.10 && < 5
82 , base64-bytestring >= 1.0.0.1
83 , bytestring >= 0.10
84 , containers >= 0.5
85 , deepseq >= 1.4
86 , filepath >= 1.4
87 , hashable >= 1.2.6
88 , hspec
89 , hspec-wai >= 0.9
90 , http-api-data >= 0.4
91 , http-client >= 0.5.12
92 , http-media >= 0.7
93 , http-types >= 0.12
94 , monad-classes >= 0.3.2
95 , network >= 2.6
96 , network-uri >= 2.6
97 , pipes >= 4.3
98 , pipes-bytestring >= 2.1
99 , pipes-safe >= 2.2
100 , tasty >= 0.11
101 , tasty-hspec >= 1.1
102 , tasty-hunit >= 0.10
103 , text >= 1.2
104 , time >= 1.8
105 , transformers >= 0.4
106 , wai >= 3.2.1.1
107 , wai-extra >= 3.0
108 , warp >= 3.2