File: disable-doctest

package info (click to toggle)
haskell-http2 1.6.2-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 54,028 kB
  • ctags: 3
  • sloc: haskell: 5,831; makefile: 5
file content (18 lines) | stat: -rw-r--r-- 508 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- a/http2.cabal
+++ b/http2.cabal
@@ -89,15 +89,6 @@
 
 ----------------------------------------------------------------
 
-Test-Suite doctest
-  Type:                 exitcode-stdio-1.0
-  Default-Language:     Haskell2010
-  HS-Source-Dirs:       test
-  Ghc-Options:          -Wall
-  Main-Is:              doctests.hs
-  Build-Depends:        base >= 4 && < 5
-                      , doctest >= 0.9.3
-
 Test-Suite spec
   Type:                 exitcode-stdio-1.0
   Default-Language:     Haskell2010