Narrow version bounds for skylighting, citeproc, and texmath.
This reduces the chance that tests will fail due to behavior changes in one of these dependencies. (See e.g. #7163)
This commit is contained in:
parent
005f0fbcd5
commit
029de661f4
1 changed files with 4 additions and 4 deletions
|
@ -445,7 +445,7 @@ library
|
|||
blaze-markup >= 0.8 && < 0.9,
|
||||
bytestring >= 0.9 && < 0.12,
|
||||
case-insensitive >= 1.2 && < 1.3,
|
||||
citeproc >= 0.3.0.9 && < 0.4,
|
||||
citeproc >= 0.3.0.9 && < 0.3.1,
|
||||
commonmark >= 0.1.1.3 && < 0.2,
|
||||
commonmark-extensions >= 0.2.0.4 && < 0.3,
|
||||
commonmark-pandoc >= 0.2 && < 0.3,
|
||||
|
@ -479,13 +479,13 @@ library
|
|||
random >= 1 && < 1.3,
|
||||
safe >= 0.3.18 && < 0.4,
|
||||
scientific >= 0.3 && < 0.4,
|
||||
skylighting >= 0.10.5 && < 0.11,
|
||||
skylighting-core >= 0.10.5 && < 0.11,
|
||||
skylighting >= 0.10.5 && < 0.10.6,
|
||||
skylighting-core >= 0.10.5 && < 0.10.6,
|
||||
split >= 0.2 && < 0.3,
|
||||
syb >= 0.1 && < 0.8,
|
||||
tagsoup >= 0.14.6 && < 0.15,
|
||||
temporary >= 1.1 && < 1.4,
|
||||
texmath >= 0.12.2 && < 0.13,
|
||||
texmath >= 0.12.2 && < 0.12.3,
|
||||
text >= 1.1.1.0 && < 1.3,
|
||||
text-conversions >= 0.3 && < 0.4,
|
||||
time >= 1.5 && < 1.10,
|
||||
|
|
Loading…
Add table
Reference in a new issue