Skip to content

Commit 8260d8f

Browse files
committed
Drop support for GHC 8.0
1 parent 689db62 commit 8260d8f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ubuntu-latest]
19-
ghc: ['8.0', '8.2', '8.4', '8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8', '9.10']
19+
ghc: ['8.2', '8.4', '8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8', '9.10']
2020
include:
2121
- os: windows-latest
2222
ghc: 'latest'

primitive.cabal

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Extra-Source-Files: changelog.md
1919
test/LICENSE
2020

2121
Tested-With:
22-
GHC == 8.0.2
2322
GHC == 8.2.2
2423
GHC == 8.4.4
2524
GHC == 8.6.5
@@ -58,7 +57,7 @@ Library
5857
Data.Primitive.Internal.Operations
5958
Data.Primitive.Internal.Read
6059

61-
Build-Depends: base >= 4.9 && < 4.22
60+
Build-Depends: base >= 4.10 && < 4.22
6261
, deepseq >= 1.1 && < 1.6
6362
, transformers >= 0.5 && < 0.7
6463
, template-haskell >= 2.11

0 commit comments

Comments
 (0)