Bump aeson upper bound.
This commit is contained in:
parent
36c9537b90
commit
cbaaa17d49
1 changed files with 2 additions and 2 deletions
|
@ -232,7 +232,7 @@ Library
|
||||||
random >= 1 && < 1.1,
|
random >= 1 && < 1.1,
|
||||||
extensible-exceptions >= 0.1 && < 0.2,
|
extensible-exceptions >= 0.1 && < 0.2,
|
||||||
pandoc-types >= 1.12.3.3 && < 1.13,
|
pandoc-types >= 1.12.3.3 && < 1.13,
|
||||||
aeson >= 0.7 && < 0.8,
|
aeson >= 0.7 && < 0.9,
|
||||||
tagsoup >= 0.13.1 && < 0.14,
|
tagsoup >= 0.13.1 && < 0.14,
|
||||||
base64-bytestring >= 0.1 && < 1.1,
|
base64-bytestring >= 0.1 && < 1.1,
|
||||||
zlib >= 0.5 && < 0.6,
|
zlib >= 0.5 && < 0.6,
|
||||||
|
@ -349,7 +349,7 @@ Executable pandoc
|
||||||
bytestring >= 0.9 && < 0.11,
|
bytestring >= 0.9 && < 0.11,
|
||||||
extensible-exceptions >= 0.1 && < 0.2,
|
extensible-exceptions >= 0.1 && < 0.2,
|
||||||
highlighting-kate >= 0.5.8.5 && < 0.6,
|
highlighting-kate >= 0.5.8.5 && < 0.6,
|
||||||
aeson >= 0.7.0.5 && < 0.8,
|
aeson >= 0.7.0.5 && < 0.9,
|
||||||
yaml >= 0.8.8.2 && < 0.9,
|
yaml >= 0.8.8.2 && < 0.9,
|
||||||
containers >= 0.1 && < 0.6,
|
containers >= 0.1 && < 0.6,
|
||||||
HTTP >= 4000.0.5 && < 4000.3
|
HTTP >= 4000.0.5 && < 4000.3
|
||||||
|
|
Loading…
Reference in a new issue