diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-06-22 23:58:24 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-06-22 23:58:24 -0700 |
commit | 7dcf7273828a26f2f79d447ea2662ff6ef165903 (patch) | |
tree | a03e68a84ac72259c5026d4ca520a810d29de51a | |
parent | 227f675cc46a680d4b8f2fd71e0c4cbb92a3fd0b (diff) | |
download | pandoc-7dcf7273828a26f2f79d447ea2662ff6ef165903.tar.gz |
Use dev version of doctemplates.
-rw-r--r-- | cabal.project | 5 | ||||
-rw-r--r-- | stack.yaml | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/cabal.project b/cabal.project index 26373c616..724c4da44 100644 --- a/cabal.project +++ b/cabal.project @@ -2,3 +2,8 @@ packages: pandoc.cabal tests: True flags: +embed_data_files +source-repository-package + type: git + location: https://github.com/jgm/doctemplates + tag: 428c26d5303cf7a2b1051fe1ffd9aafe9ba71c81 + diff --git a/stack.yaml b/stack.yaml index 80d0707e7..170323b62 100644 --- a/stack.yaml +++ b/stack.yaml @@ -10,6 +10,8 @@ extra-deps: - commonmark-0.2.1 - skylighting-core-0.10.5.2 - skylighting-0.10.5.2 +- git: https://github.com/jgm/doctemplates + commit: 428c26d5303cf7a2b1051fe1ffd9aafe9ba71c81 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-18.0 |