Templates: don't import/export varListToJSON.
We'll be removing that in doctemplates 0.3.
This commit is contained in:
parent
1187ca3517
commit
060141bf2c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue