mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-26 18:26:36 +00:00
Fixed small mistake in instance for logOutput.
This commit is contained in:
@@ -548,7 +548,7 @@ instance (PandocMonad m, Monoid w) => PandocMonad (WriterT w m) where
|
||||
getModificationTime = lift . getModificationTime
|
||||
getCommonState = lift getCommonState
|
||||
putCommonState = lift . putCommonState
|
||||
logOutput lvl = lift . report lvl
|
||||
logOutput lvl = lift . logOutput lvl
|
||||
|
||||
instance (PandocMonad m, Monoid w) => PandocMonad (RWST r w st m) where
|
||||
lookupEnv = lift . lookupEnv
|
||||
|
||||
Reference in New Issue
Block a user