From adb7d7050dc0933cc35ffeb676a620d57e8a15ec Mon Sep 17 00:00:00 2001 From: Karl Ostmo Date: Wed, 23 Oct 2024 21:48:39 -0700 Subject: [PATCH] bump containers version (#2165) Prerequisites: - [x] [this `brick-tabular-list` PR](https://codeberg.org/amano.kenji/brick-tabular-list/pulls/1) - [x] [`brick-list-skip`](https://codeberg.org/amano.kenji/brick-list-skip/pulls/5) - [x] https://github.com/jgm/citeproc/pull/143 --- swarm.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swarm.cabal b/swarm.cabal index 301fcb518..b26427638 100644 --- a/swarm.cabal +++ b/swarm.cabal @@ -273,7 +273,7 @@ common palette build-depends: palette >=0.3 && <0.4 common pandoc - build-depends: pandoc >=3.0 && <3.3 + build-depends: pandoc >=3.0 && <3.6 common pandoc-types build-depends: pandoc-types >=1.23 && <1.24 @@ -288,7 +288,7 @@ common random build-depends: random >=1.2.0 && <1.3 common scientific - build-depends: scientific >=0.3.6 && <0.3.8 + build-depends: scientific >=0.3.6 && <0.3.9 common servant build-depends: servant >=0.19 && <0.22