tools: --threaded has no effect for libraries, you fool

This commit is contained in:
Simon Michael 2010-09-05 22:58:11 +00:00
parent e418f98723
commit 8e3977937a

View File

@ -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