From 367aaf43ef9c52f454a721b1924808aeb2d7944f Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Thu, 23 Jan 2025 14:22:33 -0800 Subject: Replaces Int with Word type for numerical values --- hsm-status/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hsm-status/Main.hs') diff --git a/hsm-status/Main.hs b/hsm-status/Main.hs index ec883ff..634d1d1 100644 --- a/hsm-status/Main.hs +++ b/hsm-status/Main.hs @@ -26,7 +26,7 @@ data Env = Env { name :: Text , gpioOk :: GPIO , gpioError :: GPIO - , period :: Int + , period :: Word , subEps :: [Text] , topics :: [Text] } -- cgit v1.2.1