mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
;cabal: update cabal files
This commit is contained in:
parent
d755699c9b
commit
ce0990d1e2
@ -119,4 +119,4 @@ executable hledger-ui
|
||||
, hledger-ui
|
||||
default-language: Haskell2010
|
||||
if flag(threaded)
|
||||
ghc-options: -threaded
|
||||
ghc-options: -threaded -with-rtsopts=-T
|
||||
|
@ -225,7 +225,7 @@ executable hledger-web
|
||||
if flag(library-only)
|
||||
buildable: False
|
||||
if flag(threaded)
|
||||
ghc-options: -threaded
|
||||
ghc-options: -threaded -with-rtsopts=-T
|
||||
|
||||
test-suite test
|
||||
type: exitcode-stdio-1.0
|
||||
|
@ -231,7 +231,7 @@ executable hledger
|
||||
build-depends:
|
||||
terminfo
|
||||
if flag(threaded)
|
||||
ghc-options: -threaded
|
||||
ghc-options: -threaded -with-rtsopts=-T
|
||||
|
||||
test-suite unittest
|
||||
type: exitcode-stdio-1.0
|
||||
|
Loading…
Reference in New Issue
Block a user