feat: Run in a loop
This commit is contained in:
parent
3376e24fc4
commit
99e5dbae97
3 changed files with 24 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue