defaultMain: wire metricsAction worker and enable -with-rtsopts=-T

This commit is contained in:
2026-09-07 21:37:17 +03:00
parent 0a4b7dbb01
commit f7849ac889
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ executable home-assistant-controller
-- Base language which the package is written in.
default-language: GHC2024
ghc-options: -threaded
ghc-options: -threaded -with-rtsopts=-T
test-suite home-assistant-controller-test
-- Import common warning flags.