From 8d09a92d979126a53ec72ec73294ad04f811e9a7 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 27 Apr 2020 09:35:34 -0700 Subject: Use latest pandoc-types master with underline addition. --- cabal.project | 2 +- stack.yaml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/cabal.project b/cabal.project index 320a98916..652abb66a 100644 --- a/cabal.project +++ b/cabal.project @@ -16,4 +16,4 @@ source-repository-package source-repository-package type: git location: https://github.com/jgm/pandoc-types - tag: 4acb0e50f10d8f41f94c0973384d63f06d0b9ffd + tag: dd50a6eaeaf63773bbf04d6ef34b86d6f92b7825 diff --git a/stack.yaml b/stack.yaml index d66b976ae..3a50b6f0c 100644 --- a/stack.yaml +++ b/stack.yaml @@ -12,10 +12,9 @@ flags: packages: - '.' extra-deps: -# - pandoc-types-1.20 -# better-tables +# to be replaced eventually by pandoc-types-1.21: - git: https://github.com/jgm/pandoc-types - commit: 4acb0e50f10d8f41f94c0973384d63f06d0b9ffd + commit: dd50a6eaeaf63773bbf04d6ef34b86d6f92b7825 - git: https://github.com/jgm/pandoc-citeproc commit: 2e6fe791ec5293acc925c2ccbe79c9c10d2b7e07 - texmath-0.12.0.2 -- cgit v1.2.3