blob: 0b6652193c9a8be738fa511485e72fa4c533d4bc (
plain)
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
|