-
Notifications
You must be signed in to change notification settings - Fork 2
/
h3spec.cabal
32 lines (31 loc) · 1.02 KB
/
h3spec.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: h3spec
version: 0.1.11
synopsis: QUIC
description: Test tool for error cases of QUIC and HTTP/3
license: BSD3
license-file: LICENSE
author: Kazu Yamamoto
maintainer: [email protected]
-- copyright:
category: Web
build-type: Simple
-- extra-source-files: ChangeLog.md
cabal-version: >= 1.10
executable h3spec
default-language: Haskell2010
hs-source-dirs: .
main-is: h3spec.hs
other-modules: HTTP3Error
TransportError
Paths_h3spec
ghc-options: -Wall -threaded -rtsopts
build-depends: base >= 4.9 && < 5
, bytestring
, hspec
, hspec-core
, http-types
, http3 >= 0.0.10
, network
, quic >= 0.2 && < 0.3
, tls
default-extensions: Strict StrictData