Skip to content

Commit

Permalink
Drop support for GHC 8.0.2.
Browse files Browse the repository at this point in the history
9c85082 doesn't compile on it, and 8.2.1 was released in 2017.
  • Loading branch information
ChickenProp committed Aug 27, 2024
1 parent 9c85082 commit 01f9fb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
cabal: ["3.10.1.0"]
ghc: ["8.0.2", "8.2.2", "8.4.4", "8.6.5", "8.8.4", "8.10.7", "9.2.7", "9.4.4", "9.8.2", "9.10.1"]
ghc: ["8.2.2", "8.4.4", "8.6.5", "8.8.4", "8.10.7", "9.2.7", "9.4.4", "9.8.2", "9.10.1"]
exclude:
# https://github.com/haskell/text/pull/404
- os: windows-latest
ghc: "8.0.2"
- os: windows-latest
ghc: "8.2.2"

Expand Down Expand Up @@ -53,4 +51,4 @@ jobs:
- name: Build haddock
run: |
cabal haddock all
if: matrix.ghc != '8.0.2' && matrix.ghc != '8.2.2' && matrix.ghc != '8.4.4'
if: matrix.ghc != '8.2.2' && matrix.ghc != '8.4.4'
3 changes: 1 addition & 2 deletions hedgehog/hedgehog.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ cabal-version:
build-type:
Simple
tested-with:
GHC == 8.0.2
, GHC == 8.2.2
GHC == 8.2.2
, GHC == 8.4.4
, GHC == 8.6.5
, GHC == 8.8.3
Expand Down

0 comments on commit 01f9fb3

Please sign in to comment.