File: disable-doctest

package info (click to toggle)
haskell-http2 2.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 54,160 kB
  • sloc: haskell: 7,280; makefile: 5
file content (20 lines) | stat: -rw-r--r-- 577 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/http2.cabal
+++ b/http2.cabal
@@ -111,17 +111,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
-  if impl(ghc >= 8)
-      Default-Extensions:  Strict StrictData
-
 Test-Suite spec
   Type:                 exitcode-stdio-1.0
   Default-Language:     Haskell2010