Skip to content

Commit e8c3f38

Browse files
committed
Drop GHC < 7.10 from tested-with and Haskell CI
1 parent a3b3ec0 commit e8c3f38

File tree

9 files changed

+2
-42
lines changed

9 files changed

+2
-42
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
timeout-minutes:
2828
60
2929
container:
30-
image: buildpack-deps:bionic
30+
image: buildpack-deps:focal
3131
continue-on-error: ${{ matrix.allow-failure }}
3232
strategy:
3333
matrix:
@@ -87,21 +87,6 @@ jobs:
8787
compilerVersion: 7.10.3
8888
setup-method: hvr-ppa
8989
allow-failure: false
90-
- compiler: ghc-7.8.4
91-
compilerKind: ghc
92-
compilerVersion: 7.8.4
93-
setup-method: hvr-ppa
94-
allow-failure: false
95-
- compiler: ghc-7.6.3
96-
compilerKind: ghc
97-
compilerVersion: 7.6.3
98-
setup-method: hvr-ppa
99-
allow-failure: false
100-
- compiler: ghc-7.4.2
101-
compilerKind: ghc
102-
compilerVersion: 7.4.2
103-
setup-method: hvr-ppa
104-
allow-failure: false
10590
fail-fast: false
10691
steps:
10792
- name: apt
@@ -220,7 +205,7 @@ jobs:
220205
chmod a+x $HOME/.cabal/bin/cabal-plan
221206
cabal-plan --version
222207
- name: checkout
223-
uses: actions/checkout@v3
208+
uses: actions/checkout@v4
224209
with:
225210
path: source
226211
- name: initial cabal.project for sdist

cabal.haskell-ci

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
branches: master
22

3-
distribution: bionic
4-
-- Switching to focal (20.04) and higher would require dropping GHC < 7.10
5-
-- enabled: ghc >= 7.10
6-
73
ghc-head: True
84

95
-- Andreas, 2023-07-01: We use some haddock features that are new in 8.6.

example-client/example-client.cabal

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ tested-with:
2323
GHC == 8.2.2
2424
GHC == 8.0.2
2525
GHC == 7.10.3
26-
GHC == 7.8.4
27-
GHC == 7.6.3
28-
GHC == 7.4.2
2926

3027
flag use-network-uri
3128
description: Are we using network-uri?

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ tested-with:
3535
GHC == 8.2.2
3636
GHC == 8.0.2
3737
GHC == 7.10.3
38-
GHC == 7.8.4
39-
GHC == 7.6.3
40-
GHC == 7.4.2
4138

4239
extra-source-files:
4340
ChangeLog.md README.md

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ tested-with:
2727
GHC == 8.2.2
2828
GHC == 8.0.2
2929
GHC == 7.10.3
30-
GHC == 7.8.4
31-
GHC == 7.6.3
32-
GHC == 7.4.2
3330

3431
extra-source-files:
3532
ChangeLog.md

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ tested-with:
2929
GHC == 8.2.2
3030
GHC == 8.0.2
3131
GHC == 7.10.3
32-
GHC == 7.8.4
33-
GHC == 7.6.3
34-
GHC == 7.4.2
3532

3633
extra-source-files:
3734
ChangeLog.md

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ tested-with:
2727
GHC == 8.2.2
2828
GHC == 8.0.2
2929
GHC == 7.10.3
30-
GHC == 7.8.4
31-
GHC == 7.6.3
32-
GHC == 7.4.2
3330

3431
flag use-network-uri
3532
description: Are we using network-uri?

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ tested-with:
2626
GHC == 8.2.2
2727
GHC == 8.0.2
2828
GHC == 7.10.3
29-
GHC == 7.8.4
30-
GHC == 7.6.3
31-
GHC == 7.4.2
3229

3330
flag use-network-uri
3431
description: Are we using network-uri?

hackage-security/hackage-security.cabal

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ tested-with:
4343
GHC == 8.2.2
4444
GHC == 8.0.2
4545
GHC == 7.10.3
46-
GHC == 7.8.4
47-
GHC == 7.6.3
48-
GHC == 7.4.2
4946

5047
extra-source-files:
5148
ChangeLog.md

0 commit comments

Comments
 (0)