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
|
--- a/http2.cabal
+++ b/http2.cabal
@@ -184,54 +184,6 @@ Test-Suite spec2
Default-Extensions: Strict StrictData
Build-Tool-Depends: hspec-discover:hspec-discover
-Test-Suite hpack
- Type: exitcode-stdio-1.0
- Default-Language: Haskell2010
- HS-Source-Dirs: test-hpack
- Ghc-Options: -Wall
- Main-Is: Spec.hs
- Other-Modules: HPACKDecode
- HPACKSpec
- JSON
- Build-Depends: base >= 4.9 && < 5
- , aeson >= 2
- , base16-bytestring >= 1.0
- , bytestring
- , directory
- , filepath
- , hspec >= 1.3
- , http2
- , text
- , unordered-containers
- , vector
- Default-Extensions: Strict StrictData
- Build-Tool-Depends: hspec-discover:hspec-discover
-
-Test-Suite frame
- Type: exitcode-stdio-1.0
- Default-Language: Haskell2010
- HS-Source-Dirs: test-frame
- GHC-Options: -Wall
- Main-Is: Spec.hs
- Other-Modules: Case
- FrameSpec
- JSON
- 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
- Default-Extensions: Strict StrictData
- Build-Tool-Depends: hspec-discover:hspec-discover
-
----------------------------------------------------------------
Executable client
|