diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-10-22 14:33:30 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-10-22 14:34:58 -0700 |
commit | a9f4bff5e29ed15fb567f4d5f59b60ef3c71933f (patch) | |
tree | 7f3381e20362b699d6295e2fa971f36bb066fbb8 | |
parent | c07005a095960bc1a3e012fec5a23bf4c70185f5 (diff) | |
download | pandoc-a9f4bff5e29ed15fb567f4d5f59b60ef3c71933f.tar.gz |
Use pandoc-types 1.22.1.
-rw-r--r-- | cabal.project | 5 | ||||
-rw-r--r-- | pandoc.cabal | 4 | ||||
-rw-r--r-- | 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 @@ -15,11 +15,6 @@ source-repository-package 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 tag: 7d34a747cd2d8668451909a722eb9ce16d1f4852 subdir: commonmark 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 |