From 685d67d19d2e94fc94ed7334e5e7ab19454426d7 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Mon, 28 Mar 2022 23:27:45 -0600 Subject: Fix things that Hlint is complaining about. --- src/Internal/Logger.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Internal/Logger.hs') diff --git a/src/Internal/Logger.hs b/src/Internal/Logger.hs index cc52c7e..1dbd493 100644 --- a/src/Internal/Logger.hs +++ b/src/Internal/Logger.hs @@ -6,7 +6,7 @@ import System.IO import Internal.NoPersist -data LoggerState = +newtype LoggerState = LoggerState { logHandle :: Maybe (NoPersist Handle) } -- cgit