From fdfa70e27adea2394647bc5fd0c9875a7cb0b791 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Tue, 15 Jul 2014 11:51:52 +0900 Subject: [PATCH] removing -threaded --- ghc-mod.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index 9d32be8..9623b77 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -145,7 +145,7 @@ Test-Suite doctest Type: exitcode-stdio-1.0 Default-Language: Haskell2010 HS-Source-Dirs: test - Ghc-Options: -threaded -Wall + Ghc-Options: -Wall Default-Extensions: ConstraintKinds, FlexibleContexts Main-Is: doctests.hs Build-Depends: base