diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-11-18 17:46:43 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-11-18 17:46:43 -0800 |
commit | 06124fb863be3533fd4a8229cb88a86c14d8390a (patch) | |
tree | a0c06ea760afc21a6aaab16a4688e8a346169d36 | |
parent | 33d2a1a84fb04c0044aa794f6dd2663dac1c06f1 (diff) | |
download | pandoc-06124fb863be3533fd4a8229cb88a86c14d8390a.tar.gz |
Use doctemplates 0.7.1
-rw-r--r-- | pandoc.cabal | 4 | ||||
-rw-r--r-- | stack.yaml | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 329724c24..7e521759f 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -415,7 +415,7 @@ library JuicyPixels >= 3.1.6.1 && < 3.4, Glob >= 0.7 && < 0.11, cmark-gfm >= 0.2 && < 0.3, - doctemplates >= 0.7 && < 0.8, + doctemplates >= 0.7.1 && < 0.8, network-uri >= 2.6 && < 2.7, network >= 2.6, http-client >= 0.4.30 && < 0.7, @@ -733,7 +733,7 @@ test-suite test-pandoc executable-path >= 0.0 && < 0.1, zip-archive >= 0.2.3.4 && < 0.5, xml >= 1.3.12 && < 1.4, - doctemplates >= 0.7 && < 0.8, + doctemplates >= 0.7.1 && < 0.8, Glob >= 0.7 && < 0.11 if impl(ghc < 8.4) hs-source-dirs: prelude diff --git a/stack.yaml b/stack.yaml index 3d193b0d7..dbc52b53b 100644 --- a/stack.yaml +++ b/stack.yaml @@ -21,12 +21,10 @@ extra-deps: - doclayout-0.2.0.1 - HsYAML-0.2.0.0 - HsYAML-aeson-0.2.0.0 -# - doctemplates-0.7 +- doctemplates-0.7.1 # - pandoc-citeproc-0.16.3.1 - git: https://github.com/jgm/pandoc-citeproc commit: dc09b028d6876df81cd76b731e58886f77f269b1 -- git: https://github.com/jgm/doctemplates - commit: 2e74924b6b1fc90847586eaf17eeee27762d40a2 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-14.6 |