--- a/http2.cabal +++ b/http2.cabal @@ -112,52 +112,6 @@ , stm , word8 -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 && < 5 - , aeson - , aeson-pretty - , array - , bytestring - , bytestring-builder - , case-insensitive - , containers - , directory - , filepath - , hex - , hspec >= 1.3 - , text - , unordered-containers - , vector - , word8 - -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 - JSON - Build-Depends: base >= 4 && < 5 - , Glob - , aeson - , aeson-pretty - , bytestring - , directory - , filepath - , hex - , hspec >= 1.3 - , http2 - , text - , unordered-containers ----------------------------------------------------------------