Skip to content

Commit 5629952

Browse files
authored
Bump some upper bounds (#2578)
* follow up to #2498 https://packdeps.haskellers.com/feed?needle=swarm
1 parent caae577 commit 5629952

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

swarm.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ common commonmark-extensions
172172
build-depends: commonmark-extensions >=0.2 && <0.3
173173

174174
common containers
175-
build-depends: containers >=0.6.2 && <0.8
175+
build-depends: containers >=0.6.2 && <0.9
176176

177177
common cookie
178178
build-depends: cookie >=0.4 && <1.0
@@ -292,7 +292,7 @@ common palette
292292
build-depends: palette >=0.3 && <0.4
293293

294294
common pandoc
295-
build-depends: pandoc >=3.0 && <3.8
295+
build-depends: pandoc >=3.0 && <3.9
296296

297297
common pandoc-types
298298
build-depends: pandoc-types >=1.23 && <1.24
@@ -373,7 +373,7 @@ common text-zipper
373373
build-depends: text-zipper >=0.10 && <0.14
374374

375375
common time
376-
build-depends: time >=1.9 && <1.15
376+
build-depends: time >=1.9 && <1.16
377377

378378
common transformers
379379
build-depends: transformers >=0.6 && <0.7

0 commit comments

Comments
 (0)