;cabal: update cabal files

This commit is contained in:
Simon Michael 2024-02-29 01:08:37 -10:00
parent d755699c9b
commit ce0990d1e2
3 changed files with 3 additions and 3 deletions

View File

@ -119,4 +119,4 @@ executable hledger-ui
, hledger-ui
default-language: Haskell2010
if flag(threaded)
ghc-options: -threaded
ghc-options: -threaded -with-rtsopts=-T

View File

@ -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

View File

@ -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