cli, web: obey the threaded flag again

[ci skip]
This commit is contained in:
Simon Michael 2015-08-13 11:54:25 -07:00
parent 3932655bde
commit e485962a70
2 changed files with 2 additions and 2 deletions

View File

@ -188,7 +188,7 @@ executable hledger-web
main-is: main.hs main-is: main.hs
hs-source-dirs: hs-source-dirs:
app app
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -threaded ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
if flag(threaded) if flag(threaded)
ghc-options: -threaded ghc-options: -threaded
if flag(dev) if flag(dev)

View File

@ -121,7 +121,7 @@ executable hledger
main-is: hledger-cli.hs main-is: hledger-cli.hs
hs-source-dirs: hs-source-dirs:
app app
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -threaded ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
if flag(threaded) if flag(threaded)
ghc-options: -threaded ghc-options: -threaded
cpp-options: -DVERSION="0.26.98" cpp-options: -DVERSION="0.26.98"