installing: cabal build threaded and with warnings

This commit is contained in:
Simon Michael 2010-09-03 02:05:27 +00:00
parent 80ea039508
commit e418f98723

View File

@ -61,6 +61,7 @@ executable hledger
main-is: hledger.hs main-is: hledger.hs
-- should set patchlevel here as in Makefile -- should set patchlevel here as in Makefile
cpp-options: -DPATCHLEVEL=0 cpp-options: -DPATCHLEVEL=0
ghc-options: -threaded -W
other-modules: other-modules:
Hledger.Cli.Main Hledger.Cli.Main
Hledger.Cli.Options Hledger.Cli.Options
@ -137,6 +138,7 @@ executable hledger
library library
-- should set patchlevel here as in Makefile -- should set patchlevel here as in Makefile
cpp-options: -DPATCHLEVEL=0 cpp-options: -DPATCHLEVEL=0
ghc-options: -threaded -W
exposed-modules: exposed-modules:
Hledger.Cli.Main Hledger.Cli.Main
Hledger.Cli.Options Hledger.Cli.Options