Require latest zip-archive.
This has fixes for unicode path names. Note that compiling pandoc against zip-archive 0.2.3 or 0.2.3.1 will lead to invalid zip containers, causing LibreOffice (e.g.) to regard ODTs as corrupt.
This commit is contained in:
parent
265f0e3da1
commit
fd11a5a5eb
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ Library
|
|||
directory >= 1 && < 1.3,
|
||||
bytestring >= 0.9 && < 0.11,
|
||||
text >= 0.11 && < 1.2,
|
||||
zip-archive >= 0.1.3.3 && < 0.3,
|
||||
zip-archive >= 0.2.3.2 && < 0.3,
|
||||
old-locale >= 1 && < 1.1,
|
||||
time >= 1.2 && < 1.5,
|
||||
HTTP >= 4000.0.5 && < 4000.3,
|
||||
|
|
Loading…
Add table
Reference in a new issue