Relaxed version bounds on attoparsec, text, aeson.
This commit is contained in:
parent
b9b1546ed2
commit
c26fd3556b
1 changed files with 6 additions and 6 deletions
12
pandoc.cabal
12
pandoc.cabal
|
@ -210,7 +210,7 @@ Library
|
|||
process >= 1 && < 1.3,
|
||||
directory >= 1 && < 1.3,
|
||||
bytestring >= 0.9 && < 0.11,
|
||||
text >= 0.11 && < 1.1,
|
||||
text >= 0.11 && < 1.2,
|
||||
zip-archive >= 0.1.3.3 && < 0.3,
|
||||
old-locale >= 1 && < 1.1,
|
||||
time >= 1.2 && < 1.5,
|
||||
|
@ -220,7 +220,7 @@ Library
|
|||
random >= 1 && < 1.1,
|
||||
extensible-exceptions >= 0.1 && < 0.2,
|
||||
pandoc-types >= 1.12.3 && < 1.13,
|
||||
aeson >= 0.6 && < 0.7,
|
||||
aeson >= 0.6 && < 0.8,
|
||||
tagsoup >= 0.12.5 && < 0.14,
|
||||
base64-bytestring >= 0.1 && < 1.1,
|
||||
zlib >= 0.5 && < 0.6,
|
||||
|
@ -229,7 +229,7 @@ Library
|
|||
temporary >= 1.1 && < 1.3,
|
||||
blaze-html >= 0.5 && < 0.7,
|
||||
blaze-markup >= 0.5.1 && < 0.6,
|
||||
attoparsec >= 0.10 && < 0.11,
|
||||
attoparsec >= 0.10 && < 0.12,
|
||||
yaml >= 0.8.3 && < 0.9,
|
||||
vector >= 0.10 && < 0.11,
|
||||
hslua >= 0.3 && < 0.4,
|
||||
|
@ -317,11 +317,11 @@ Executable pandoc
|
|||
directory >= 1 && < 1.3,
|
||||
filepath >= 1.1 && < 1.4,
|
||||
network >= 2 && < 2.5,
|
||||
text >= 0.11 && < 1.1,
|
||||
text >= 0.11 && < 1.2,
|
||||
bytestring >= 0.9 && < 0.11,
|
||||
extensible-exceptions >= 0.1 && < 0.2,
|
||||
highlighting-kate >= 0.5.5 && < 0.6,
|
||||
aeson >= 0.6 && < 0.7,
|
||||
aeson >= 0.6 && < 0.8,
|
||||
yaml >= 0.8.3 && < 0.9,
|
||||
containers >= 0.1 && < 0.6,
|
||||
HTTP >= 4000.0.5 && < 4000.3
|
||||
|
@ -359,7 +359,7 @@ Test-Suite test-pandoc
|
|||
pandoc,
|
||||
pandoc-types >= 1.12.3 && < 1.13,
|
||||
bytestring >= 0.9 && < 0.11,
|
||||
text >= 0.11 && < 1.1,
|
||||
text >= 0.11 && < 1.2,
|
||||
directory >= 1 && < 1.3,
|
||||
filepath >= 1.1 && < 1.4,
|
||||
process >= 1 && < 1.3,
|
||||
|
|
Loading…
Reference in a new issue