diff options
| author | John MacFarlane <[email protected]> | 2024-02-14 22:59:09 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-02-14 22:59:09 -0800 |
| commit | f2e3e9891a9ce948f52546b0a0770dbc6f87e400 (patch) | |
| tree | 70051f09277b6a7d2201ca24cf3be8ede90bacf0 | |
| parent | 5e970d7e0c624c7a8ff07a6b1db38f151275150d (diff) | |
Bump pandoc-server to 0.1.0.5 and allow containsers 0.7
| -rw-r--r-- | pandoc-lua-engine/pandoc-lua-engine.cabal | 2 | ||||
| -rw-r--r-- | pandoc-server/pandoc-server.cabal | 4 | ||||
| -rw-r--r-- | pandoc.cabal | 10 | ||||
| -rw-r--r-- | stack.yaml | 3 |
4 files changed, 9 insertions, 10 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 diff --git a/pandoc-server/pandoc-server.cabal b/pandoc-server/pandoc-server.cabal index 205d0f691..04d267c62 100644 --- a/pandoc-server/pandoc-server.cabal +++ b/pandoc-server/pandoc-server.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: pandoc-server -version: 0.1.0.4 +version: 0.1.0.5 build-type: Simple license: GPL-2.0-or-later license-file: COPYING.md @@ -51,7 +51,7 @@ library import: common-options build-depends: pandoc >= 3.0, pandoc-types >= 1.22 && < 1.24, - containers >= 0.6.0.1 && < 0.7, + containers >= 0.6.0.1 && < 0.8, aeson >= 2.0 && < 2.3, bytestring >= 0.9 && < 0.13, base64-bytestring >= 0.1 && < 1.3, diff --git a/pandoc.cabal b/pandoc.cabal index 664391d91..7d364c532 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -451,7 +451,7 @@ library xml-light build-depends: xml >= 1.3.12 && < 1.4, xml-conduit >= 1.9.1.1 && < 1.10, xml-types >= 0.3 && < 0.4, - containers >= 0.6.0.1 && < 0.7, + containers >= 0.6.0.1 && < 0.8, text >= 1.1.1.0 && < 2.2 hs-source-dirs: xml-light @@ -480,7 +480,7 @@ library commonmark >= 0.2.5.1 && < 0.3, commonmark-extensions >= 0.2.5.2 && < 0.3, commonmark-pandoc >= 0.2.2.1 && < 0.3, - containers >= 0.6.0.1 && < 0.7, + containers >= 0.6.0.1 && < 0.8, crypton-connection >= 0.3.1 && < 0.4, data-default >= 0.4 && < 0.8, deepseq >= 1.3 && < 1.6, @@ -490,7 +490,7 @@ library emojis >= 0.1 && < 0.2, exceptions >= 0.8 && < 0.11, file-embed >= 0.0 && < 0.1, - filepath >= 1.1 && < 1.5, + filepath >= 1.1 && < 1.6, gridtables >= 0.1 && < 0.2, haddock-library >= 1.10 && < 1.12, http-client >= 0.4.30 && < 0.8, @@ -760,10 +760,10 @@ test-suite test-pandoc Diff >= 0.2 && < 0.6, Glob >= 0.7 && < 0.11, bytestring >= 0.9 && < 0.13, - containers >= 0.4.2.1 && < 0.7, + containers >= 0.4.2.1 && < 0.8, directory >= 1.2.3 && < 1.4, doctemplates >= 0.11 && < 0.12, - filepath >= 1.1 && < 1.5, + filepath >= 1.1 && < 1.6, mtl >= 2.2 && < 2.4, pandoc-types >= 1.23.1 && < 1.24, process >= 1.2.3 && < 1.7, diff --git a/stack.yaml b/stack.yaml index ab09afff5..a7c20b45f 100644 --- a/stack.yaml +++ b/stack.yaml @@ -10,8 +10,7 @@ packages: - 'pandoc-server' extra-deps: - lpeg-1.1.0 -- skylighting-core-0.14.1 -- tls-1.9.0 +- tls-2.0.0 - commonmark-0.2.5.1 - commonmark-extensions-0.2.5.2 - commonmark-pandoc-0.2.2.1 |
