Relax version bounds for pandoc-types to 1.8.*.
This commit is contained in:
parent
70b8d2b130
commit
f9f3c195f7
1 changed files with 2 additions and 2 deletions
|
@ -207,7 +207,7 @@ Library
|
|||
random >= 1 && < 1.1,
|
||||
extensible-exceptions >= 0.1 && < 0.2,
|
||||
citeproc-hs >= 0.3.1 && < 0.4,
|
||||
pandoc-types == 1.8.0.2,
|
||||
pandoc-types == 1.8.*,
|
||||
json >= 0.4 && < 0.5,
|
||||
dlist >= 0.4 && < 0.6,
|
||||
tagsoup >= 0.12 && < 0.13,
|
||||
|
@ -293,7 +293,7 @@ Executable pandoc
|
|||
random >= 1 && < 1.1,
|
||||
extensible-exceptions >= 0.1 && < 0.2,
|
||||
citeproc-hs >= 0.3.1 && < 0.4,
|
||||
pandoc-types == 1.8.0.2,
|
||||
pandoc-types == 1.8.*,
|
||||
json >= 0.4 && < 0.5,
|
||||
dlist >= 0.4 && < 0.6,
|
||||
tagsoup >= 0.12 && < 0.13,
|
||||
|
|
Loading…
Add table
Reference in a new issue