aboutsummaryrefslogtreecommitdiffstats
path: root/verifuzz.cabal
diff options
context:
space:
mode:
authorYann Herklotz <git@ymhg.org>2019-03-31 22:31:57 +0100
committerYann Herklotz <git@ymhg.org>2019-03-31 22:31:57 +0100
commita37ad06585a6360b20ecc8dfd3c861c30a2104a5 (patch)
treeb21383402bdaef43eba4191870ce0c93f9c6181f /verifuzz.cabal
parentd077ab33940f23873eb34254cc8b168bef4a82c9 (diff)
downloadverismith-a37ad06585a6360b20ecc8dfd3c861c30a2104a5.tar.gz
verismith-a37ad06585a6360b20ecc8dfd3c861c30a2104a5.zip
Remove doctest temporarily
Diffstat (limited to 'verifuzz.cabal')
-rw-r--r--verifuzz.cabal13
1 files changed, 0 insertions, 13 deletions
diff --git a/verifuzz.cabal b/verifuzz.cabal
index f67d1e8..39bc1fd 100644
--- a/verifuzz.cabal
+++ b/verifuzz.cabal
@@ -106,16 +106,3 @@ test-suite verifuzz-test
, text >=1.2 && <1.3
, parsec >= 3.1 && < 3.2
default-extensions: OverloadedStrings
-
-test-suite verifuzz-doctest
- default-language: Haskell2010
- type: exitcode-stdio-1.0
- hs-source-dirs: test
- main-is: Doctest.hs
- ghc-options: -Wall -Werror
- build-tools: alex >=3 && <4
- build-depends: base >=4.7 && <5
- , verifuzz >=0.1 && <0.2
- , doctest >=0.16 && <0.17
- , doctest-discover >=0.2 && <0.3
- default-extensions: OverloadedStrings \ No newline at end of file