aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-08-25 23:49:40 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-08-25 23:49:40 -0700
commit8a26422bfc1fdc1ca9b62f9075299a64ba416fe6 (patch)
treefc68318034eb9807f6a9e86e3f52e205b880350a
parent2143d4d2a04f07d3823b3e54fc34cead33d5c184 (diff)
downloadpandoc-8a26422bfc1fdc1ca9b62f9075299a64ba416fe6.tar.gz
Use dev version of doctemplates.
-rw-r--r--cabal.project4
-rw-r--r--stack.yaml4
2 files changed, 7 insertions, 1 deletions
diff --git a/cabal.project b/cabal.project
index cd5801ec9..cb2ddf0dd 100644
--- a/cabal.project
+++ b/cabal.project
@@ -13,3 +13,7 @@ source-repository-package
location: https://github.com/jgm/pandoc-citeproc
tag: 6d62678ece91bbb4fe4f5a99695006e1d53c3bae
+source-repository-package
+ type: git
+ location: https://github.com/jgm/doctemplates
+ tag: 2f7e7ea71d75b58b52f7ee4122b43aa5d5f68445
diff --git a/stack.yaml b/stack.yaml
index e7ba49a4b..bec6cd26a 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -23,7 +23,9 @@ extra-deps:
- skylighting-core-0.8.2
- skylighting-0.8.2
- doclayout-0.1
-- doctemplates-0.5
+ #- doctemplates-0.5
+- git: https://github.com/jgm/doctemplates
+ commit: 2f7e7ea71d75b58b52f7ee4122b43aa5d5f68445
ghc-options:
"$locals": -Wall -fno-warn-unused-do-bind -Wincomplete-record-updates -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances -Wincomplete-uni-patterns -Widentities -Wcpp-undef -fhide-source-paths -Wno-missing-home-modules
resolver: lts-13.17