Fixed type sig for older GHC versions.
This commit is contained in:
parent
65c4efeb59
commit
5a47f3422a
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ import Data.Maybe ( isJust )
|
|||
-- Variables overwrite metadata fields with the same names.
|
||||
-- If multiple variables are set with the same name, a list is
|
||||
-- assigned. Does nothing if 'writerTemplate' is Nothing.
|
||||
metaToJSON :: Monad m
|
||||
metaToJSON :: (Functor m, Monad m)
|
||||
=> WriterOptions
|
||||
-> ([Block] -> m String)
|
||||
-> ([Inline] -> m String)
|
||||
|
|
Loading…
Add table
Reference in a new issue