Skip to content

Commit 1ef5ff2

Browse files
committed
Bump tested-with in packages
1 parent c18e76e commit 1ef5ff2

File tree

9 files changed

+11
-18
lines changed

9 files changed

+11
-18
lines changed

cabal.haskell-ci

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ raw-project
1515
base-compat >= 0.12.2
1616

1717
constraint-set no-lukko
18-
ghc: >=8.2
18+
ghc: >=8.4
1919
constraints: hackage-security -lukko
2020

2121
constraint-set containers-0.7
22-
ghc: >= 8.2 && < 9.8
22+
ghc: >= 8.4 && < 9.8
2323
constraints: containers >= 0.7
2424
tests: True
2525
run-tests: True

example-client/example-client.cabal

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ tested-with:
2121
GHC == 8.8.4
2222
GHC == 8.6.5
2323
GHC == 8.4.4
24-
GHC == 8.2.2
25-
GHC == 8.0.2
2624

2725
flag use-network-uri
2826
description: Are we using network-uri?

hackage-repo-tool/hackage-repo-tool.cabal

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ tested-with:
3232
GHC == 8.8.4
3333
GHC == 8.6.5
3434
GHC == 8.4.4
35-
GHC == 8.2.2
36-
GHC == 8.0.2
3735

3836
extra-source-files:
3937
ChangeLog.md README.md

hackage-root-tool/hackage-root-tool.cabal

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ tested-with:
2525
GHC == 8.8.4
2626
GHC == 8.6.5
2727
GHC == 8.4.4
28-
GHC == 8.2.2
29-
GHC == 8.0.2
3028

3129
extra-source-files:
3230
ChangeLog.md

hackage-security-HTTP/hackage-security-HTTP.cabal

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ tested-with:
2727
GHC == 8.8.4
2828
GHC == 8.6.5
2929
GHC == 8.4.4
30-
GHC == 8.2.2
31-
GHC == 8.0.2
3230

3331
extra-source-files:
3432
ChangeLog.md

hackage-security-curl/hackage-security-curl.cabal

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ tested-with:
2525
GHC == 8.8.4
2626
GHC == 8.6.5
2727
GHC == 8.4.4
28-
GHC == 8.2.2
29-
GHC == 8.0.2
3028

3129
flag use-network-uri
3230
description: Are we using network-uri?

hackage-security-http-client/hackage-security-http-client.cabal

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ tested-with:
2424
GHC == 8.8.4
2525
GHC == 8.6.5
2626
GHC == 8.4.4
27-
GHC == 8.2.2
28-
GHC == 8.0.2
2927

3028
flag use-network-uri
3129
description: Are we using network-uri?

hackage-security/hackage-security.cabal

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ tested-with:
4040
GHC == 8.8.4
4141
GHC == 8.6.5
4242
GHC == 8.4.4
43-
GHC == 8.2.2
44-
GHC == 8.0.2
4543

4644
extra-source-files:
4745
ChangeLog.md

precompute-fileinfo/precompute-fileinfo.cabal

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,15 @@ build-type: Simple
1515
cabal-version: >=1.10
1616

1717
tested-with:
18-
GHC==9.8.1, GHC==9.6.4, GHC==9.4.8, GHC==9.2.8, GHC==9.0.2,
19-
GHC==8.10.7, GHC==8.8.4, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2
18+
GHC == 9.8.1
19+
GHC == 9.6.4
20+
GHC == 9.4.8
21+
GHC == 9.2.8
22+
GHC == 9.0.2
23+
GHC == 8.10.7
24+
GHC == 8.8.4
25+
GHC == 8.6.5
26+
GHC == 8.4.4
2027

2128
executable precompute-fileinfo
2229
main-is: Main.hs

0 commit comments

Comments
 (0)