diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-07-23 21:49:13 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-07-23 21:49:13 -0700 |
commit | 060141bf2cb3d09d5d34ba20f5ee35ab9d223c63 (patch) | |
tree | 28ebda0e4290fb1cefff34649fd7a5cc7fea8b8d /src | |
parent | 1187ca3517b9fdd625e4dadda58b1fbf8862d55b (diff) | |
download | pandoc-060141bf2cb3d09d5d34ba20f5ee35ab9d223c63.tar.gz |
Templates: don't import/export varListToJSON.
We'll be removing that in doctemplates 0.3.
Diffstat (limited to 'src')
-rw-r--r-- | src/Text/Pandoc/Templates.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Templates.hs b/src/Text/Pandoc/Templates.hs index 419697941..d0880a43f 100644 --- a/src/Text/Pandoc/Templates.hs +++ b/src/Text/Pandoc/Templates.hs @@ -23,7 +23,7 @@ import Data.Aeson (ToJSON (..)) import qualified Data.Text as T import System.FilePath ((<.>), (</>)) import Text.DocTemplates (Template, applyTemplate, - compileTemplate, renderTemplate, varListToJSON) + compileTemplate, renderTemplate) import Text.Pandoc.Class (PandocMonad, readDataFile) import Text.Pandoc.Error import qualified Text.Pandoc.UTF8 as UTF8 |