Bump up the maximum containers version to 0.8
All checks were successful
Build / audit (push) Successful in 18s
Build / test (push) Successful in 7m17s
Build / doc (push) Successful in 5m59s

This commit is contained in:
2025-09-12 17:54:21 +02:00
parent 2215799cf7
commit b495978316

View File

@@ -58,7 +58,7 @@ library
build-depends: build-depends:
base >= 4.15 && < 5, base >= 4.15 && < 5,
conduit ^>= 1.3.4, conduit ^>= 1.3.4,
containers >= 0.6 && < 0.8, containers >= 0.6 && < 0.9,
exceptions ^>= 0.10.4, exceptions ^>= 0.10.4,
megaparsec >= 9.0 && < 10, megaparsec >= 9.0 && < 10,
parser-combinators >= 1.3 && < 2, parser-combinators >= 1.3 && < 2,