Skip to content

Commit

Permalink
Drop stack for GHC 8.0 and 8.2 because cabal-version 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Feb 17, 2023
1 parent 9646818 commit 37220b7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-22.04]
ghc-ver: [9.4.4, 9.2.5, 9.0.2, 8.10.7, 8.8.4, 8.6.5, 8.4.4, 8.2.2, 8.0.2]
ghc-ver: [9.4.4, 9.2.5, 9.0.2, 8.10.7, 8.8.4, 8.6.5, 8.4.4]
include:
- os: windows-2022
ghc-ver: 9.4.4
Expand Down
18 changes: 9 additions & 9 deletions fix-whitespace.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ homepage: https://github.com/agda/fix-whitespace
bug-reports: https://github.com/agda/fix-whitespace/issues

tested-with:
-- cabal-supported GHCs
GHC == 9.6.0
GHC == 9.4.4
GHC == 9.2.5
Expand All @@ -30,16 +31,15 @@ extra-doc-files:
CHANGELOG.md
README.md
fix-whitespace.yaml
stack-8.0.2.yaml
stack-8.2.2.yaml
stack-8.4.4.yaml
stack-8.6.5.yaml
stack-8.8.4.yaml
stack-8.10.7.yaml
stack-9.0.2.yaml
stack-9.2.4.yaml
stack-9.2.5.yaml
-- stack-supported GHCs
stack-9.4.4.yaml
stack-9.2.5.yaml
stack-9.2.4.yaml
stack-9.0.2.yaml
stack-8.10.7.yaml
stack-8.8.4.yaml
stack-8.6.5.yaml
stack-8.4.4.yaml

source-repository head
type: git
Expand Down
8 changes: 0 additions & 8 deletions stack-8.0.2.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions stack-8.2.2.yaml

This file was deleted.

0 comments on commit 37220b7

Please sign in to comment.