From b679d2c6b19f647a3af98019426dfd05e8e103e9 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 31 Dec 2018 13:06:56 +0100 Subject: Finish module instantiation --- verifuzz.cabal | 1 - 1 file changed, 1 deletion(-) (limited to 'verifuzz.cabal') diff --git a/verifuzz.cabal b/verifuzz.cabal index 56ba3cd..fcc4965 100644 --- a/verifuzz.cabal +++ b/verifuzz.cabal @@ -92,7 +92,6 @@ test-suite verifuzz-test test-suite verifuzz-doctest default-language: Haskell2010 type: exitcode-stdio-1.0 - ghc-options: -threaded hs-source-dirs: tests main-is: Doctest.hs build-depends: base >= 4 && < 5 -- cgit