feat: Run in a loop

This commit is contained in:
Alexander Kobjolke 2025-01-10 23:23:34 +01:00
parent 3376e24fc4
commit 99e5dbae97
3 changed files with 24 additions and 9 deletions

View file

@ -38,6 +38,7 @@ library
, optparse-applicative
, req
, text
, time
default-language: GHC2021
executable tk2mqtt
@ -61,6 +62,7 @@ executable tk2mqtt
, optparse-applicative
, req
, text
, time
, tk2mqtt
default-language: GHC2021
@ -89,6 +91,7 @@ test-suite doctest
, process
, req
, text
, time
default-language: Haskell2010
test-suite spec
@ -120,5 +123,6 @@ test-suite spec
, quickcheck-instances
, req
, text
, time
, tk2mqtt
default-language: GHC2021