Use pandoc-types 1.22.1.
This commit is contained in:
parent
c07005a095
commit
a9f4bff5e2
3 changed files with 3 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue