From 6bcaff8b3a30dad77ec84498d9c334b7d648f0a3 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Thu, 7 Nov 2019 11:05:00 +0100 Subject: [PATCH] run threaded by default --- breve.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/breve.cabal b/breve.cabal index 5c18b4a..c320f92 100644 --- a/breve.cabal +++ b/breve.cabal @@ -40,4 +40,4 @@ executable breve mtl, text, aeson, bytestring, binary, hashtables, cryptohash, random, configurator, directory - ghc-options: -threaded -O2 + ghc-options: -threaded -O2 "-with-rtsopts=-N -qg"