File: no-doctests

package info (click to toggle)
haskell-binary-search 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 112 kB
  • sloc: haskell: 276; makefile: 6
file content (20 lines) | stat: -rw-r--r-- 534 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/binary-search.cabal
+++ b/binary-search.cabal
@@ -54,17 +54,6 @@ library
                   , transformers
                   , containers >= 0.4
 
-Test-Suite doctest
-  default-language: Haskell2010
-  Type: exitcode-stdio-1.0
-  HS-Source-Dirs: test
-  Ghc-Options: -threaded -Wall
-  Main-Is: doctests.hs
-  Build-Depends:    base
-                  , directory >= 1.1
-                  , filepath >= 1.2
-                  , doctest >= 0.9.3
-
 Test-Suite spec
   default-language: Haskell2010
   Type: exitcode-stdio-1.0