cabal: Bump containers dependency

Version 0.7 was confirmed to build via

    cabal build --flags=pedantic --constraint='containers >= 0.7'
This commit is contained in:
Tony Zorman 2023-10-04 13:09:58 +02:00
parent a379850f50
commit 570bd17a51

View File

@ -56,7 +56,7 @@ flag pedantic
library
build-depends: base >= 4.11 && < 5,
bytestring >= 0.10 && < 0.13,
containers >= 0.5 && < 0.7,
containers >= 0.5 && < 0.8,
directory,
filepath,
time >= 1.8 && < 1.13,