Skip to content

Commit d279bfd

Browse files
geekosaurKleidukos
authored andcommitted
update base dependency for 3.22
Hackage revisions have already been done.
1 parent 50dee38 commit d279bfd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ library
100100

101101
build-depends:
102102
, array >=0.4 && <0.6
103-
, base >=4.13 && <4.22
103+
, base >=4.13 && <4.23
104104
, bytestring >=0.10.6.0 && <0.13
105105
, Cabal ^>=3.17
106106
, Cabal-syntax ^>=3.17
@@ -133,7 +133,7 @@ Test-Suite unit-tests
133133
UnitTests.Distribution.Solver.Modular.MessageUtils
134134

135135
build-depends:
136-
, base >= 4.13 && <4.22
136+
, base >= 4.13 && <4.23
137137
, Cabal-syntax
138138
, cabal-install-solver
139139
, tasty >= 1.2.3 && <1.6

cabal-install/cabal-install.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ common warnings
6666

6767
common base-dep
6868
build-depends:
69-
, base >=4.13 && <4.22
69+
, base >=4.13 && <4.23
7070

7171
common cabal-dep
7272
build-depends:

0 commit comments

Comments
 (0)