summaryrefslogtreecommitdiff
path: root/p/haskell-http-api-data/debian/patches/disable-doctest
blob: 66366364563c029e08a7a9c61b1a0f6184b93c15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
doctest is choking on CPP directives, so disable for now

--- a/http-api-data.cabal
+++ b/http-api-data.cabal
@@ -46,12 +46,6 @@
                    , text
                    , time
 
-test-suite doctest
-    build-depends:    base, doctest, Glob
-    hs-source-dirs:   test
-    main-is:          DocTest.hs
-    type:             exitcode-stdio-1.0
-
 source-repository head
   type:     git
   location: https://github.com/fizruk/http-api-data