Skip to content

Commit

Permalink
Drop support for GHC 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewthad committed Nov 18, 2024
1 parent 689db62 commit 8260d8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
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']
ghc: ['8.2', '8.4', '8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8', '9.10']
include:
- os: windows-latest
ghc: 'latest'
Expand Down
3 changes: 1 addition & 2 deletions primitive.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Extra-Source-Files: changelog.md
test/LICENSE

Tested-With:
GHC == 8.0.2
GHC == 8.2.2
GHC == 8.4.4
GHC == 8.6.5
Expand Down Expand Up @@ -58,7 +57,7 @@ Library
Data.Primitive.Internal.Operations
Data.Primitive.Internal.Read

Build-Depends: base >= 4.9 && < 4.22
Build-Depends: base >= 4.10 && < 4.22
, deepseq >= 1.1 && < 1.6
, transformers >= 0.5 && < 0.7
, template-haskell >= 2.11
Expand Down

0 comments on commit 8260d8f

Please sign in to comment.