installing: cabal build threaded and with warnings
This commit is contained in:
parent
80ea039508
commit
e418f98723
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user