Skip to content

Commit

Permalink
;cabal: update cabal files
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Feb 29, 2024
1 parent d755699 commit ce0990d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hledger-ui/hledger-ui.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ executable hledger-ui
, hledger-ui
default-language: Haskell2010
if flag(threaded)
ghc-options: -threaded
ghc-options: -threaded -with-rtsopts=-T
2 changes: 1 addition & 1 deletion hledger-web/hledger-web.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion hledger/hledger.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce0990d

Please sign in to comment.