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
-- should set patchlevel here as in Makefile
cpp-options: -DPATCHLEVEL=0
ghc-options: -threaded -W
other-modules:
Hledger.Cli.Main
Hledger.Cli.Options
@ -137,6 +138,7 @@ executable hledger
library
-- should set patchlevel here as in Makefile
cpp-options: -DPATCHLEVEL=0
ghc-options: -threaded -W
exposed-modules:
Hledger.Cli.Main
Hledger.Cli.Options