Skip to content

Commit 8202d5a

Browse files
committed
Supported GHC 8.10.7.
I kept the file `stack-8.10.6.yaml` because commercialhaskell/stack#5616.
1 parent 5f1f821 commit 8202d5a

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-18.04
77
strategy:
88
matrix:
9-
ghc-ver: [9.0.1, 8.10.6, 8.8.4, 8.6.5, 8.4.4, 8.2.2, 8.0.2]
9+
ghc-ver: [9.0.1, 8.10.7, 8.8.4, 8.6.5, 8.4.4, 8.2.2, 8.0.2]
1010
env:
1111
ARGS: "--stack-yaml stack-${{ matrix.ghc-ver }}.yaml --no-terminal --system-ghc"
1212

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Version history.
44

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

7-
- Supported GHC 8.10.6.
7+
- Supported GHC 8.10.7.
88

99
## 0.0.6 released 2021-07-29
1010

fix-whitespace.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tested-with: GHC == 8.0.2
1616
GHC == 8.4.4
1717
GHC == 8.6.5
1818
GHC == 8.8.4
19-
GHC == 8.10.6
19+
GHC == 8.10.7
2020
GHC == 9.0.1
2121

2222
extra-source-files:

stack-8.10.6.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

stack-8.10.7.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
resolver: lts-18.9
2+
compiler: ghc-8.10.7
3+
compiler-check: match-exact

0 commit comments

Comments
 (0)