Skip to content

Commit d4d92e9

Browse files
authored
Merge pull request #10814 from haskell/wip/containers-0.8
Allow containers-0.8
2 parents 44086db + 9921013 commit d4d92e9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Cabal-hooks/Cabal-hooks.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ library
3030
, Cabal-syntax >= 3.15 && < 3.17
3131
, Cabal >= 3.15 && < 3.17
3232
, base >= 4.13 && < 5
33-
, containers >= 0.5.0.0 && < 0.8
33+
, containers >= 0.5.0.0 && < 0.9
3434
, transformers >= 0.5.6.0 && < 0.7
3535

3636
ghc-options: -Wall -fno-ignore-asserts -Wtabs -Wincomplete-uni-patterns -Wincomplete-record-updates

Cabal-syntax/Cabal-syntax.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ library
3232
, base >= 4.13 && < 5
3333
, binary >= 0.7 && < 0.9
3434
, bytestring >= 0.10.0.0 && < 0.13
35-
, containers >= 0.5.0.0 && < 0.8
35+
, containers >= 0.5.0.0 && < 0.9
3636
, deepseq >= 1.3.0.1 && < 1.7
3737
, directory >= 1.2 && < 1.4
3838
, filepath >= 1.3.0.1 && < 1.6

Cabal/Cabal.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ library
4343
, array >= 0.4.0.1 && < 0.6
4444
, base >= 4.13 && < 5
4545
, bytestring >= 0.10.0.0 && < 0.13
46-
, containers >= 0.5.0.0 && < 0.8
46+
, containers >= 0.5.0.0 && < 0.9
4747
, deepseq >= 1.3.0.1 && < 1.7
4848
, directory >= 1.2 && < 1.4
4949
, filepath >= 1.3.0.1 && < 1.6

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ library
103103
, bytestring >=0.10.6.0 && <0.13
104104
, Cabal ^>=3.15
105105
, Cabal-syntax ^>=3.15
106-
, containers >=0.5.6.2 && <0.8
106+
, containers >=0.5.6.2 && <0.9
107107
, edit-distance ^>= 0.2.2
108108
, directory >= 1.3.7.0 && < 1.4
109109
, filepath ^>=1.4.0.0 || ^>=1.5.0.0

cabal-install/cabal-install.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ library
235235
, base16-bytestring >= 0.1.1 && < 1.1.0.0
236236
, binary >= 0.7.3 && < 0.9
237237
, bytestring >= 0.10.6.0 && < 0.13
238-
, containers >= 0.5.6.2 && < 0.8
238+
, containers >= 0.5.6.2 && < 0.9
239239
, cryptohash-sha256 >= 0.11 && < 0.12
240240
, directory >= 1.3.7.0 && < 1.4
241241
, echo >= 0.1.3 && < 0.2

0 commit comments

Comments
 (0)