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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
Index: b/http2.cabal
===================================================================
--- a/http2.cabal
+++ b/http2.cabal
@@ -337,59 +337,6 @@ test-suite spec2
else
buildable: False
-test-suite hpack
- type: exitcode-stdio-1.0
- main-is: Spec.hs
- build-tool-depends: hspec-discover:hspec-discover
- hs-source-dirs: test-hpack
- other-modules:
- HPACKDecode
- HPACKSpec
- JSON
-
- default-language: Haskell2010
- default-extensions: Strict StrictData
- ghc-options: -Wall
- build-depends:
- base >=4.9 && <5,
- aeson >=2,
- base16-bytestring >=1.0,
- bytestring,
- directory,
- filepath,
- hspec >=1.3,
- http2,
- text,
- unordered-containers,
- vector
-
-test-suite frame
- type: exitcode-stdio-1.0
- main-is: Spec.hs
- build-tool-depends: hspec-discover:hspec-discover
- hs-source-dirs: test-frame
- other-modules:
- Case
- FrameSpec
- JSON
-
- default-language: Haskell2010
- default-extensions: Strict StrictData
- ghc-options: -Wall
- build-depends:
- base >=4.9 && <5,
- Glob >=0.9,
- aeson >=2,
- aeson-pretty,
- base16-bytestring >=1.0,
- bytestring,
- directory,
- filepath,
- hspec >=1.3,
- http2,
- network-byte-order,
- text,
- unordered-containers
benchmark header-compression
type: exitcode-stdio-1.0
|