From 8e3977937a251e3230412574fdd6e71cf731a512 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 5 Sep 2010 22:58:11 +0000 Subject: [PATCH] tools: --threaded has no effect for libraries, you fool --- hledger.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger.cabal b/hledger.cabal index 7e3af49da..598bf470c 100644 --- a/hledger.cabal +++ b/hledger.cabal @@ -138,7 +138,7 @@ executable hledger library -- should set patchlevel here as in Makefile cpp-options: -DPATCHLEVEL=0 - ghc-options: -threaded -W + ghc-options: -W exposed-modules: Hledger.Cli.Main Hledger.Cli.Options