summaryrefslogtreecommitdiff
path: root/dev-haskell/regex-tdfa/files/regex-tdfa-1.3.2-disable-doctests.patch
blob: c491fb877d05eb95b36f2a930fa538c16f576e43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: hololeap <hololeap@protonmail.com>
Signed-off-by: hololeap <hololeap@protonmail.com>

doctest-parallel does not currently work with Setup.hs

See: <martijnbastiaan/doctest-parallel#45>

diff -urN regex-tdfa-1.3.2/regex-tdfa.cabal regex-tdfa-1.3.2-r1/regex-tdfa.cabal
--- regex-tdfa-1.3.2/regex-tdfa.cabal	2022-08-14 00:42:54.578227087 -0600
+++ regex-tdfa-1.3.2-r1/regex-tdfa.cabal	2022-08-14 00:43:17.428227098 -0600
@@ -175,6 +175,7 @@
     ghc-options:        -O2
 
 test-suite doc-test
+  buildable:      False
   type:           exitcode-stdio-1.0
   hs-source-dirs: test
   main-is:        DocTestMain.hs