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
