diff options
| author | John MacFarlane <[email protected]> | 2024-03-09 08:49:28 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-03-09 08:50:09 -0800 |
| commit | b15e9383049674f17bfd68f98cc4c20b20e0034f (patch) | |
| tree | d45aeb33a9dc09a3de6a9058cd31b7e21fbc6a8d | |
| parent | f20f74512c6612e3983142ab72fddda040e7fa06 (diff) | |
Use latest zip-archive release.
| -rw-r--r-- | pandoc.cabal | 2 | ||||
| -rw-r--r-- | stack.yaml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 81747ab32..fcc1d626c 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -523,7 +523,7 @@ library unicode-collation >= 0.1.1 && < 0.2, unicode-transforms >= 0.3 && < 0.5, yaml >= 0.11 && < 0.12, - zip-archive >= 0.4.3 && < 0.5, + zip-archive >= 0.4.3.1 && < 0.5, zlib >= 0.5 && < 0.8, xml >= 1.3.12 && < 1.4, typst >= 0.5.0.1 && < 0.5.1, diff --git a/stack.yaml b/stack.yaml index b16c447b9..ee116d968 100644 --- a/stack.yaml +++ b/stack.yaml @@ -17,8 +17,10 @@ extra-deps: - tls-2.0.1 - skylighting-format-blaze-html-0.1.1.2 - djot-0.1.1.1 +- zip-archive-0.4.3.1 - git: https://github.com/jgm/texmath commit: 85d7c9aaa19c9cc5f53f1cd56384cf89bef83ca4 + ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-22.11 |
