Skip to content

Commit 1157461

Browse files
authoredNov 2, 2023
Merge pull request #9372 from haskell/ghc-9.8
Bump dependencies for GHC 9.8
2 parents f6565d2 + cb311fd commit 1157461

File tree

6 files changed

+23
-31
lines changed

6 files changed

+23
-31
lines changed
 

‎Cabal-tests/Cabal-tests.cabal

+12-12
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ test-suite unit-tests
6060
, Cabal-QuickCheck
6161
, containers
6262
, deepseq
63-
, Diff >=0.4 && <0.5
63+
, Diff >=0.4 && <0.6
6464
, directory
6565
, filepath
6666
, integer-logarithms >=1.0.2 && <1.1
6767
, pretty
6868
, QuickCheck >=2.14 && <2.15
6969
, rere >=0.1 && <0.3
7070
, tagged
71-
, tasty >=1.2.3 && <1.5
71+
, tasty >=1.2.3 && <1.6
7272
, tasty-hunit
7373
, tasty-quickcheck
7474
, temporary
@@ -84,14 +84,14 @@ test-suite parser-tests
8484
main-is: ParserTests.hs
8585
build-depends:
8686
base
87-
, base-compat >=0.11.0 && <0.13
87+
, base-compat >=0.11.0 && <0.14
8888
, bytestring
8989
, Cabal-syntax
9090
, Cabal-tree-diff
91-
, Diff >=0.4 && <0.5
91+
, Diff >=0.4 && <0.6
9292
, directory
9393
, filepath
94-
, tasty >=1.2.3 && <1.5
94+
, tasty >=1.2.3 && <1.6
9595
, tasty-golden >=2.3.1.1 && <2.4
9696
, tasty-hunit
9797
, tasty-quickcheck
@@ -109,10 +109,10 @@ test-suite check-tests
109109
, bytestring
110110
, Cabal
111111
, Cabal-syntax
112-
, Diff >=0.4 && <0.5
112+
, Diff >=0.4 && <0.6
113113
, directory
114114
, filepath
115-
, tasty >=1.2.3 && <1.5
115+
, tasty >=1.2.3 && <1.6
116116
, tasty-expected-failure
117117
, tasty-golden >=2.3.1.1 && <2.4
118118

@@ -155,10 +155,10 @@ test-suite hackage-tests
155155
, filepath
156156

157157
build-depends:
158-
base-compat >=0.11.0 && <0.13
159-
, base-orphans >=0.6 && <0.9
158+
base-compat >=0.11.0 && <0.14
159+
, base-orphans >=0.6 && <0.10
160160
, clock >=0.8 && <0.9
161-
, optparse-applicative >=0.13.2.0 && <0.17
161+
, optparse-applicative >=0.13.2.0 && <0.19
162162
, stm >=2.4.5.0 && <2.6
163163
, tar >=0.5.0.3 && <0.6
164164
, tree-diff >=0.1 && <0.4
@@ -178,7 +178,7 @@ test-suite rpmvercmp
178178

179179
build-depends:
180180
QuickCheck
181-
, tasty >=1.2.3 && <1.5
181+
, tasty >=1.2.3 && <1.6
182182
, tasty-hunit
183183
, tasty-quickcheck
184184

@@ -197,7 +197,7 @@ test-suite no-thunks-test
197197
base
198198
, bytestring
199199
, Cabal-syntax
200-
, tasty >=1.2.3 && <1.5
200+
, tasty >=1.2.3 && <1.6
201201
, tasty-hunit
202202

203203
-- this is test is buildable on old GHCs

‎cabal-benchmarks/cabal-benchmarks.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ test-suite cabal-benchmarks
3131
base
3232
, bytestring
3333
, Cabal-syntax
34-
, criterion >=1.5.6.2 && <1.6
34+
, criterion >=1.5.6.2 && <1.7

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ library
105105

106106
build-depends:
107107
, array >=0.4 && <0.6
108-
, base >=4.10 && <4.19
108+
, base >=4.10 && <4.20
109109
, bytestring >=0.10.6.0 && <0.13
110110
, Cabal ^>=3.11
111111
, Cabal-syntax ^>=3.11
@@ -138,10 +138,10 @@ Test-Suite unit-tests
138138
UnitTests.Distribution.Solver.Modular.MessageUtils
139139

140140
build-depends:
141-
, base >= 4.10 && <4.19
141+
, base >= 4.10 && <4.20
142142
, Cabal
143143
, Cabal-syntax
144144
, cabal-install-solver
145-
, tasty >= 1.2.3 && <1.5
145+
, tasty >= 1.2.3 && <1.6
146146
, tasty-quickcheck
147147
, tasty-hunit >= 0.10

‎cabal-install/cabal-install.cabal

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ common warnings
4646
ghc-options: -Wunused-packages
4747

4848
common base-dep
49-
build-depends: base >=4.10 && <4.19
49+
build-depends: base >=4.10 && <4.20
5050

5151
common cabal-dep
5252
build-depends: Cabal ^>=3.11
@@ -229,7 +229,7 @@ library
229229
time >= 1.5.0.1 && < 1.13,
230230
zlib >= 0.5.3 && < 0.7,
231231
hackage-security >= 0.6.2.0 && < 0.7,
232-
text >= 1.2.3 && < 1.3 || >= 2.0 && < 2.1,
232+
text >= 1.2.3 && < 1.3 || >= 2.0 && < 2.2,
233233
parsec >= 3.1.13.0 && < 3.2,
234234
regex-base >= 0.94.0.0 && <0.95,
235235
regex-posix >= 0.96.0.0 && <0.97,
@@ -332,7 +332,7 @@ test-suite unit-tests
332332
tar,
333333
time,
334334
zlib,
335-
tasty >= 1.2.3 && <1.5,
335+
tasty >= 1.2.3 && <1.6,
336336
tasty-golden >=2.3.1.1 && <2.4,
337337
tasty-quickcheck,
338338
tasty-hunit >= 0.10,

‎cabal-testsuite/cabal-testsuite.cabal

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ common shared
2626
default-language: Haskell2010
2727

2828
build-depends:
29-
, base >= 4.9 && <4.19
29+
, base >= 4.9 && <4.20
3030
-- this needs to match the in-tree lib:Cabal version
3131
, Cabal ^>= 3.11.0.0
3232
, Cabal-syntax ^>= 3.11.0.0
@@ -57,7 +57,7 @@ library
5757
Test.Cabal.ScriptEnv0
5858

5959
build-depends:
60-
, aeson ^>= 1.4.2.0 || ^>=1.5.0.0 || ^>= 2.0.0.0 || ^>= 2.1.0.0
60+
, aeson ^>= 1.4.2.0 || ^>=1.5.0.0 || ^>= 2.0.0.0 || ^>= 2.1.0.0 || ^>= 2.2.1.0
6161
, async ^>= 2.2.1
6262
, attoparsec ^>= 0.13.2.2 || ^>=0.14.1
6363
, base64-bytestring ^>= 1.0.0.0 || ^>= 1.1.0.0 || ^>= 1.2.0.0
@@ -68,14 +68,14 @@ library
6868
, exceptions ^>= 0.10.0
6969
, filepath ^>= 1.3.0.1 || ^>= 1.4.0.0
7070
, network-wait ^>= 0.1.2.0 || ^>= 0.2.0.0
71-
, optparse-applicative ^>= 0.14.3.0 || ^>=0.15.1.0 || ^>=0.16.0.0 || ^>= 0.17.0.0
71+
, optparse-applicative ^>= 0.14.3.0 || ^>=0.15.1.0 || ^>=0.16.0.0 || ^>= 0.17.0.0 || ^>= 0.18.1.0
7272
, process ^>= 1.2.1.0 || ^>= 1.4.2.0 || ^>= 1.6.1.0
7373
, regex-base ^>= 0.94.0.1
7474
, regex-tdfa ^>= 1.2.3.1 || ^>=1.3.1.0
7575
, retry ^>= 0.9.1.0
7676
, array ^>= 0.4.0.1 || ^>= 0.5.0.0
7777
, temporary ^>= 1.3
78-
, text ^>= 1.2.3.1 || ^>= 2.0.1
78+
, text ^>= 1.2.3.1 || ^>= 2.0.1 || ^>= 2.1
7979
, transformers ^>= 0.3.0.0 || ^>= 0.4.2.0 || ^>= 0.5.2.0 || ^>= 0.6.0.2
8080

8181
if !os(windows)

‎cabal.project

-8
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,9 @@ packages: cabal-benchmarks/
1515

1616
optional-packages: ./vendored/*/*.cabal
1717

18-
allow-newer:
19-
hackage-security:Cabal
20-
2118
-- avoiding extra dependencies
2219
constraints: rere -rere-cfg
2320
constraints: these -assoc
2421

25-
-- Andreas, 2022-08-19, https://github.com/haskell/cabal/issues/8377
26-
-- Force latest dependencies in the development version:
27-
constraints: text >= 2.0
28-
constraints: time >= 1.12
29-
3022
program-options
3123
ghc-options: -fno-ignore-asserts

0 commit comments

Comments
 (0)
Please sign in to comment.