Allow containers 0.8.

This commit is contained in:
John MacFarlane
2025-03-16 10:49:50 -07:00
parent 2b11ce9bab
commit 7d8e4e6c2d
+3 -3
View File
@@ -470,7 +470,7 @@ library xml-light
build-depends: xml >= 1.3.12 && < 1.4,
xml-conduit >= 1.9.1.1 && < 1.11,
xml-types >= 0.3 && < 0.4,
containers >= 0.6.0.1 && < 0.8,
containers >= 0.6.0.1 && < 0.9,
text >= 1.1.1.0 && < 2.2
hs-source-dirs: xml-light
@@ -498,7 +498,7 @@ library
commonmark >= 0.2.6.1 && < 0.3,
commonmark-extensions >= 0.2.6 && < 0.3,
commonmark-pandoc >= 0.2.3 && < 0.3,
containers >= 0.6.0.1 && < 0.8,
containers >= 0.6.0.1 && < 0.9,
crypton >= 0.30 && < 1.1,
crypton-connection >= 0.3.1 && < 0.5,
data-default >= 0.4 && < 0.9,
@@ -792,7 +792,7 @@ test-suite test-pandoc
Diff >= 0.2 && < 1.1,
Glob >= 0.7 && < 0.11,
bytestring >= 0.9 && < 0.13,
containers >= 0.4.2.1 && < 0.8,
containers >= 0.4.2.1 && < 0.9,
directory >= 1.2.3 && < 1.4,
doctemplates >= 0.11 && < 0.12,
filepath >= 1.1 && < 1.6,