From a37ad06585a6360b20ecc8dfd3c861c30a2104a5 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 31 Mar 2019 22:31:57 +0100 Subject: Remove doctest temporarily --- verifuzz.cabal | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'verifuzz.cabal') 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 -- cgit