aboutsummaryrefslogtreecommitdiff
path: root/src/Internal/Logger.hs
diff options
context:
space:
mode:
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)
}