Skip to content

Commit ad0e521

Browse files
committed
Drop support for GHC 8.0 and 8.2
1 parent 3765688 commit ad0e521

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,8 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
ghc: ['8.0.2', '8.2.2', '8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.1', '9.2.2']
10+
ghc: ['8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.1', '9.2.2']
1111
os: ['ubuntu-latest', 'macos-latest']
12-
exclude:
13-
# There are some linker warnings in 802 on darwin that
14-
# cause compilation to fail
15-
# See https://github.com/NixOS/nixpkgs/issues/25139
16-
- ghc: '8.0.2'
17-
os: 'macos-latest'
1812
runs-on: ${{ matrix.os }}
1913

2014
name: GHC ${{ matrix.ghc }} on ${{ matrix.os }}

patch.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ extra-source-files:
2222
ChangeLog.md
2323

2424
tested-with:
25-
GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.1 || ==9.2.2
25+
GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.1 || ==9.2.2
2626
GHCJS ==8.4
2727

2828
flag split-these

0 commit comments

Comments
 (0)