Allow building with containers-0.7.*

This commit is contained in:
Ryan Scott 2023-09-30 09:09:59 -04:00
parent dd43031a35
commit 44cda48922

View File

@ -65,7 +65,7 @@ library
build-depends:
base >= 4 && < 5,
bytestring >= 0.9 && < 0.13,
containers >= 0.3.0.0 && < 0.7,
containers >= 0.3.0.0 && < 0.8,
unordered-containers >= 0.2.1 && < 0.3,
zlib >= 0.5 && < 0.7,
text