diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-11-17 22:44:40 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-11-17 22:44:40 -0800 |
commit | 787ad00167cb225817f2b6d7dddb989db52de068 (patch) | |
tree | 8f281f3e290023c26875df16dc8f5ea6d6b7e9bf | |
parent | 73fb9496bc2fed6d2b76e042623e78ac35347a06 (diff) | |
download | pandoc-787ad00167cb225817f2b6d7dddb989db52de068.tar.gz |
Use dev version of doctemplates.
-rw-r--r-- | stack.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml index 4a751175b..3d193b0d7 100644 --- a/stack.yaml +++ b/stack.yaml @@ -21,10 +21,12 @@ extra-deps: - doclayout-0.2.0.1 - HsYAML-0.2.0.0 - HsYAML-aeson-0.2.0.0 -- doctemplates-0.7 +# - doctemplates-0.7 # - 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 |