aboutsummaryrefslogtreecommitdiff
path: root/src/Internal/Logger.hs
diff options
context:
space:
mode:
authorJosh Rahm <joshuarahm@gmail.com>2022-03-28 23:27:45 -0600
committerJosh Rahm <joshuarahm@gmail.com>2022-10-09 12:19:45 -0600
commitc75c5f8254181242a96f3f6652a53cc70f40b13e (patch)
treea4df88d0c9d98d3ba7513bc6c679c80a96c112e0 /src/Internal/Logger.hs
parent4b448be1c8c4cc1d973561f94b4527962d09bdd7 (diff)
downloadrde-c75c5f8254181242a96f3f6652a53cc70f40b13e.tar.gz
rde-c75c5f8254181242a96f3f6652a53cc70f40b13e.tar.bz2
rde-c75c5f8254181242a96f3f6652a53cc70f40b13e.zip
Fix things that Hlint is complaining about.
Diffstat (limited to 'src/Internal/Logger.hs')
-rw-r--r--src/Internal/Logger.hs2
1 files changed, 1 insertions, 1 deletions
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)
}