summaryrefslogtreecommitdiff
path: root/p/haskell-parsers/debian/patches/disable-doctests
blob: 0cf62631031e39b865953408c39035d98af42379 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/parsers.cabal
+++ b/parsers.cabal
@@ -70,6 +70,7 @@ library
 
 -- Verify the results of the examples
 test-suite doctests
+  buildable: false
   type:    exitcode-stdio-1.0
   main-is: doctests.hs
   default-language: Haskell2010