File: disable-doctests

package info (click to toggle)
haskell-integer-roots 1.0.2.0-4
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 312 kB
  • sloc: haskell: 1,555; makefile: 5
file content (12 lines) | stat: -rw-r--r-- 380 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Index: b/integer-roots.cabal
===================================================================
--- a/integer-roots.cabal
+++ b/integer-roots.cabal
@@ -65,6 +65,7 @@ test-suite integer-roots-tests
   ghc-options: -Wall -Widentities -Wcompat
 
 test-suite integer-roots-doctests
+  buildable: False
   type: exitcode-stdio-1.0
   main-is: Doctest.hs
   hs-source-dirs: test-suite