From a9f4bff5e29ed15fb567f4d5f59b60ef3c71933f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 22 Oct 2021 14:33:30 -0700 Subject: Use pandoc-types 1.22.1. --- cabal.project | 5 ----- pandoc.cabal | 4 ++-- stack.yaml | 3 +-- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/cabal.project b/cabal.project index b5cef10cb..9c4e74f52 100644 --- a/cabal.project +++ b/cabal.project @@ -13,11 +13,6 @@ source-repository-package location: https://github.com/jgm/texmath.git tag: c046e6e5a93510f2c37dbc700f82a2c53ed87b5f -source-repository-package - type: git - location: https://github.com/jgm/pandoc-types.git - tag: 99402a46361a3e52805935b1fbe9dfe54f852d6a - source-repository-package type: git location: https://github.com/jgm/commonmark-hs.git diff --git a/pandoc.cabal b/pandoc.cabal index caf91adff..c955b5ae4 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -565,7 +565,7 @@ library mtl >= 2.2 && < 2.3, network >= 2.6, network-uri >= 2.6 && < 2.8, - pandoc-types >= 1.22 && < 1.23, + pandoc-types >= 1.22.1 && < 1.23, parsec >= 3.1 && < 3.2, process >= 1.2.3 && < 1.7, random >= 1 && < 1.3, @@ -849,7 +849,7 @@ test-suite test-pandoc filepath >= 1.1 && < 1.5, hslua >= 2.0 && < 2.1, mtl >= 2.2 && < 2.3, - pandoc-types >= 1.22 && < 1.23, + pandoc-types >= 1.22.1 && < 1.23, process >= 1.2.3 && < 1.7, tasty >= 0.11 && < 1.5, tasty-golden >= 2.3 && < 2.4, diff --git a/stack.yaml b/stack.yaml index 932f90d34..fb7aa5143 100644 --- a/stack.yaml +++ b/stack.yaml @@ -25,8 +25,7 @@ extra-deps: - lua-2.0.0 - tasty-hslua-1.0.0 - tasty-lua-1.0.0 -- git: https://github.com/jgm/pandoc-types.git - commit: 99402a46361a3e52805935b1fbe9dfe54f852d6a +- pandoc-types-1.22.1 - git: https://github.com/jgm/texmath.git commit: 19700530733707284bb41f24add757f19ca23430 - git: https://github.com/jgm/citeproc.git -- cgit v1.2.3