Allow json 0.4.
Otherwise we can't compile on ghc 6.12.
This commit is contained in:
parent
b63f924787
commit
8173625059
1 changed files with 2 additions and 2 deletions
|
@ -209,7 +209,7 @@ Library
|
|||
extensible-exceptions >= 0.1 && < 0.2,
|
||||
citeproc-hs >= 0.3.4 && < 0.4,
|
||||
pandoc-types >= 1.9.0.2 && < 1.10,
|
||||
json >= 0.5 && < 0.6,
|
||||
json >= 0.4 && < 0.6,
|
||||
tagsoup >= 0.12.5 && < 0.13,
|
||||
base64-bytestring >= 0.1 && < 0.2,
|
||||
zlib >= 0.5 && <= 0.6,
|
||||
|
@ -302,7 +302,7 @@ Executable pandoc
|
|||
extensible-exceptions >= 0.1 && < 0.2,
|
||||
citeproc-hs >= 0.3.4 && < 0.4,
|
||||
pandoc-types >= 1.9.0.2 && < 1.10,
|
||||
json >= 0.5 && < 0.6,
|
||||
json >= 0.4 && < 0.6,
|
||||
tagsoup >= 0.12.5 && < 0.13,
|
||||
base64-bytestring >= 0.1 && < 0.2,
|
||||
zlib >= 0.5 && <= 0.6,
|
||||
|
|
Loading…
Add table
Reference in a new issue