summaryrefslogtreecommitdiff
path: root/p/haskell-http-api-data/debian/patches/disable-doctests
blob: 578b9ec9efd3e5b3440559e6105ce91fda08eb99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- a/http-api-data.cabal
+++ b/http-api-data.cabal
@@ -83,18 +83,6 @@
                    , bytestring
                    , uuid
 
-test-suite doctests
-  ghc-options:      -Wall
-  build-depends:
-    base,
-    directory >= 1.0,
-    doctest >= 0.11 && <0.12,
-    filepath
-  default-language: Haskell2010
-  hs-source-dirs:   test
-  main-is:          doctests.hs
-  type:             exitcode-stdio-1.0
-
 source-repository head
   type:     git
   location: https://github.com/fizruk/http-api-data