diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2024-02-14 22:59:09 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2024-02-14 22:59:09 -0800 |
| commit | f2e3e9891a9ce948f52546b0a0770dbc6f87e400 (patch) | |
| tree | 70051f09277b6a7d2201ca24cf3be8ede90bacf0 /pandoc-lua-engine/pandoc-lua-engine.cabal | |
| parent | 5e970d7e0c624c7a8ff07a6b1db38f151275150d (diff) | |
Bump pandoc-server to 0.1.0.5 and allow containsers 0.7
Diffstat (limited to 'pandoc-lua-engine/pandoc-lua-engine.cabal')
| -rw-r--r-- | pandoc-lua-engine/pandoc-lua-engine.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc-lua-engine/pandoc-lua-engine.cabal b/pandoc-lua-engine/pandoc-lua-engine.cabal index 73a15e77e..c4f45be03 100644 --- a/pandoc-lua-engine/pandoc-lua-engine.cabal +++ b/pandoc-lua-engine/pandoc-lua-engine.cabal @@ -101,7 +101,7 @@ library , aeson , bytestring >= 0.9 && < 0.13 , citeproc >= 0.8 && < 0.9 - , containers >= 0.6.0.1 && < 0.7 + , containers >= 0.6.0.1 && < 0.8 , data-default >= 0.4 && < 0.8 , doclayout >= 0.4 && < 0.5 , doctemplates >= 0.11 && < 0.12 |
