Allow aeson 0.10.
This commit is contained in:
parent
9b033672e4
commit
d25a37c122
2 changed files with 3 additions and 2 deletions
|
@ -260,7 +260,7 @@ Library
|
||||||
random >= 1 && < 1.2,
|
random >= 1 && < 1.2,
|
||||||
extensible-exceptions >= 0.1 && < 0.2,
|
extensible-exceptions >= 0.1 && < 0.2,
|
||||||
pandoc-types >= 1.12.4 && < 1.13,
|
pandoc-types >= 1.12.4 && < 1.13,
|
||||||
aeson >= 0.7 && < 0.10,
|
aeson >= 0.7 && < 0.11,
|
||||||
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.7,
|
zlib >= 0.5 && < 0.7,
|
||||||
|
@ -410,7 +410,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.6 && < 0.7,
|
highlighting-kate >= 0.6 && < 0.7,
|
||||||
aeson >= 0.7.0.5 && < 0.10,
|
aeson >= 0.7.0.5 && < 0.11,
|
||||||
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
|
||||||
|
|
|
@ -7,5 +7,6 @@ flags:
|
||||||
network-uri: true
|
network-uri: true
|
||||||
packages:
|
packages:
|
||||||
- '.'
|
- '.'
|
||||||
|
- 'https://hackage.haskell.org/package/pandoc-types-1.12.4.6/pandoc-types-1.12.4.6.tar.gz'
|
||||||
extra-deps: []
|
extra-deps: []
|
||||||
resolver: lts-3.4
|
resolver: lts-3.4
|
||||||
|
|
Loading…
Reference in a new issue