k***@gmail.com
2018-02-23 09:51:35 UTC
I guess the pandoc API had a breaking change. My code contains:
tpl <- loadBody tplIdentifier
let output = Text.Pandoc.Templates.renderTemplate' tpl yaml
makeItem output
After switching to lts-10.5 I get the compile error:
No instance for (PandocMonad [])
Not sure, how to attack the problem. Help appreciated.
Michel
tpl <- loadBody tplIdentifier
let output = Text.Pandoc.Templates.renderTemplate' tpl yaml
makeItem output
After switching to lts-10.5 I get the compile error:
No instance for (PandocMonad [])
Not sure, how to attack the problem. Help appreciated.
Michel
--
You received this message because you are subscribed to the Google Groups "hakyll" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hakyll+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "hakyll" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hakyll+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.