diff options
| author | John MacFarlane <[email protected]> | 2016-10-02 09:30:26 +0200 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2016-10-02 09:30:26 +0200 |
| commit | 5ec9b6352c3c31d7cdaa70f97e43e884e6b06fa1 (patch) | |
| tree | c75b9c562f48ef81b423eabca89a978f7f5bd713 /stack.full.yaml | |
| parent | f49ed2e71a11023b09556f0fdf58abab90a675d8 (diff) | |
Moved template compiling/rendering code to a separate library.
jgm/doctemplates.
This allows the pandoc templating system to be used independently.
Diffstat (limited to 'stack.full.yaml')
| -rw-r--r-- | stack.full.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stack.full.yaml b/stack.full.yaml index e405a4c27..899bc95b8 100644 --- a/stack.full.yaml +++ b/stack.full.yaml @@ -20,6 +20,7 @@ packages: - '../pandoc-citeproc' - '../pandoc-types' extra-deps: +- doctemplates-0.1.0.0 - http-client-0.5.0 - http-client-tls-0.3.0 resolver: lts-7.0 |
