summaryrefslogtreecommitdiff
path: root/p/haskell-http2/debian/patches/disable-tests-with-external-test-cases
blob: e28c91c625a05990907da910e3e268891c3411f0 (plain)
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
--- 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
 
 ----------------------------------------------------------------