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