File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- cabal-version : 2.2
1
+ cabal-version : 3.0
2
2
name : Cabal
3
3
version : 3.13.0.0
4
4
copyright : 2003-2024, Cabal Development Team (see AUTHORS file)
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ library
99
99
100
100
build-depends :
101
101
, array >= 0.4 && < 0.6
102
- , base >= 4.11 && < 4.20
102
+ , base >= 4.11 && < 4.21
103
103
, bytestring >= 0.10.6.0 && < 0.13
104
104
, Cabal ^>= 3.13
105
105
, Cabal-syntax ^>= 3.13
@@ -131,7 +131,7 @@ Test-Suite unit-tests
131
131
UnitTests.Distribution.Solver.Modular.MessageUtils
132
132
133
133
build-depends :
134
- , base >= 4.11 && < 4.20
134
+ , base >= 4.11 && < 4.21
135
135
, Cabal-syntax
136
136
, cabal-install-solver
137
137
, tasty >= 1.2.3 && < 1.6
Original file line number Diff line number Diff line change 1
- Cabal-Version : 2.2
1
+ Cabal-Version : 3.0
2
2
3
3
Name : cabal-install
4
4
Version : 3.13.0.0
@@ -52,7 +52,7 @@ common warnings
52
52
ghc-options : -Wnoncanonical-monadfail-instances
53
53
54
54
common base-dep
55
- build-depends : base >= 4.11 && < 4.20
55
+ build-depends : base >= 4.11 && < 4.21
56
56
57
57
common cabal-dep
58
58
build-depends : Cabal ^>= 3.13
@@ -354,7 +354,7 @@ test-suite unit-tests
354
354
tasty-expected-failure,
355
355
tasty-hunit >= 0.10 ,
356
356
tree-diff,
357
- QuickCheck >= 2.14.3 && < 2.15
357
+ QuickCheck >= 2.14.3 && < 2.16
358
358
359
359
360
360
-- Tests to run with a limited stack and heap size
@@ -439,5 +439,5 @@ test-suite long-tests
439
439
tasty-expected-failure,
440
440
tasty-hunit >= 0.10 ,
441
441
tasty-quickcheck,
442
- QuickCheck >= 2.14 && < 2.15 ,
442
+ QuickCheck >= 2.14 && < 2.16 ,
443
443
pretty-show >= 1.6.15
You can’t perform that action at this time.
0 commit comments