Skip to content

Commit

Permalink
Supported GHC 8.10.7.
Browse files Browse the repository at this point in the history
I kept the file `stack-8.10.6.yaml` because
commercialhaskell/stack#5616.
  • Loading branch information
asr committed Sep 7, 2021
1 parent 5f1f821 commit 8202d5a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
ghc-ver: [9.0.1, 8.10.6, 8.8.4, 8.6.5, 8.4.4, 8.2.2, 8.0.2]
ghc-ver: [9.0.1, 8.10.7, 8.8.4, 8.6.5, 8.4.4, 8.2.2, 8.0.2]
env:
ARGS: "--stack-yaml stack-${{ matrix.ghc-ver }}.yaml --no-terminal --system-ghc"

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Version history.

## X.Y.Z released XXXX-XX-XX

- Supported GHC 8.10.6.
- Supported GHC 8.10.7.

## 0.0.6 released 2021-07-29

Expand Down
2 changes: 1 addition & 1 deletion fix-whitespace.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tested-with: GHC == 8.0.2
GHC == 8.4.4
GHC == 8.6.5
GHC == 8.8.4
GHC == 8.10.6
GHC == 8.10.7
GHC == 9.0.1

extra-source-files:
Expand Down
3 changes: 0 additions & 3 deletions stack-8.10.6.yaml

This file was deleted.

3 changes: 3 additions & 0 deletions stack-8.10.7.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
resolver: lts-18.9
compiler: ghc-8.10.7
compiler-check: match-exact

0 comments on commit 8202d5a

Please sign in to comment.