]> Git — Sourcephile - haskell/symantic-http.git/blob - symantic-http-test/symantic-http-test.cabal
Split into multiple packages with their own dependencies
[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.0.20190324
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.4.4
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.Pipes
45 Hspec.Server
46 Hspec.Server.Error
47 Hspec.Utils
48 Hspec.Utils.Server
49 -- HUnit
50 -- QuickCheck
51 default-language: Haskell2010
52 default-extensions:
53 DataKinds
54 FlexibleContexts
55 FlexibleInstances
56 LambdaCase
57 MultiParamTypeClasses
58 NamedFieldPuns
59 NoImplicitPrelude
60 RecordWildCards
61 ScopedTypeVariables
62 TupleSections
63 TypeApplications
64 TypeFamilies
65 TypeOperators
66 ViewPatterns
67 ghc-options:
68 -Wall
69 -Wincomplete-uni-patterns
70 -Wincomplete-record-updates
71 -fno-warn-tabs
72 -fhide-source-paths
73 build-depends:
74 symantic-http >= 0.0
75 , symantic-http-client >= 0.0
76 , symantic-http-server >= 0.0
77 , symantic-http-pipes >= 0.0
78 , base >= 4.10 && < 5
79 , base64-bytestring >= 1.0.0.1
80 , bytestring >= 0.10
81 , containers >= 0.5
82 , deepseq >= 1.4
83 , filepath >= 1.4
84 , hashable >= 1.2.6
85 , hspec
86 , hspec-wai >= 0.9
87 , http-api-data >= 0.4
88 , http-client >= 0.5.12
89 , http-media >= 0.7
90 , http-types >= 0.12
91 , monad-classes >= 0.3.2
92 , network >= 2.6
93 , network-uri >= 2.6
94 , pipes >= 4.3
95 , pipes-bytestring >= 2.1
96 , pipes-safe >= 2.2
97 , tasty >= 0.11
98 , tasty-hspec >= 1.1
99 , tasty-hunit >= 0.10
100 , text >= 1.2
101 , time >= 1.8
102 , transformers >= 0.4
103 , wai >= 3.2.1.1
104 , wai-extra >= 3.0
105 , warp >= 3.2