Skip to content

Commit 285a293

Browse files
authored
Merge pull request #9297 from andreabedini/andrea/containers-0.7
Allow containers-0.7
2 parents b0c52fc + 12eeb79 commit 285a293

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cabal/Cabal.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ library
3838
array >= 0.4.0.1 && < 0.6,
3939
base >= 4.9 && < 5,
4040
bytestring >= 0.10.0.0 && < 0.13,
41-
containers >= 0.5.0.0 && < 0.7,
41+
containers >= 0.5.0.0 && < 0.8,
4242
deepseq >= 1.3.0.1 && < 1.6,
4343
directory >= 1.2 && < 1.4,
4444
filepath >= 1.3.0.1 && < 1.5,

cabal-install-solver/cabal-install-solver.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ library
109109
, bytestring >=0.10.6.0 && <0.13
110110
, Cabal ^>=3.11
111111
, Cabal-syntax ^>=3.11
112-
, containers >=0.5.6.2 && <0.7
112+
, containers >=0.5.6.2 && <0.8
113113
, edit-distance ^>= 0.2.2
114114
, filepath ^>=1.4.0.0
115115
, mtl >=2.0 && <2.4

cabal-install/cabal-install.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ library
210210
base64-bytestring >= 1.0 && < 1.3,
211211
binary >= 0.7.3 && < 0.9,
212212
bytestring >= 0.10.6.0 && < 0.13,
213-
containers >= 0.5.6.2 && < 0.7,
213+
containers >= 0.5.6.2 && < 0.8,
214214
cryptohash-sha256 >= 0.11 && < 0.12,
215215
directory >= 1.3.7.0 && < 1.4,
216216
echo >= 0.1.3 && < 0.2,

0 commit comments

Comments
 (0)