pandoc-server.cabal: bump versions for container, pandoc.

This commit is contained in:
John MacFarlane
2025-05-14 14:37:50 -07:00
parent 3238ce12f0
commit 0d00a3867d
+2 -2
View File
@@ -49,9 +49,9 @@ common common-executable
library
import: common-options
build-depends: pandoc >= 3.5 && < 3.7,
build-depends: pandoc >= 3.5 && < 3.8,
pandoc-types >= 1.22 && < 1.24,
containers >= 0.6.0.1 && < 0.8,
containers >= 0.6.0.1 && < 0.9,
aeson >= 2.0 && < 2.3,
bytestring >= 0.9 && < 0.13,
base64-bytestring >= 0.1 && < 1.3,