From 41577a66566fe99bcd487723a90af3045dc7faec Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Wed, 16 Dec 2020 07:56:37 -0800
Subject: [PATCH] Use latest dev version of doctemplates.

---
 cabal.project | 5 +++++
 stack.yaml    | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/cabal.project b/cabal.project
index f6422d81a..091c78ce6 100644
--- a/cabal.project
+++ b/cabal.project
@@ -4,6 +4,11 @@ package pandoc
   flags: +embed_data_files -trypandoc
   ghc-options: -j +RTS -A64m -RTS
 
+source-repository-package
+  type: git
+  location: https://github.com/jgm/doctemplates.git
+  tag: 7ccbf7df16edbc7c5d835d955b242c61fd4e6601
+
 -- source-repository-package
 --   type: git
 --   location: https://github.com/jgm/citeproc
diff --git a/stack.yaml b/stack.yaml
index 7c1bde8ae..518c24b63 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -19,7 +19,7 @@ extra-deps:
 # - doctemplates-0.8.3
 - doctemplates:
   git: https://github.com/jgm/doctemplates.git
-  commit: 6cb8d09264f7c1f4b59ac67ff98b1a664a85e36a
+  commit: 7ccbf7df16edbc7c5d835d955b242c61fd4e6601
 - citeproc-0.2.0.1
 # - citeproc:
 #   git: https://github.com/jgm/citeproc.git