Skip to content

Commit 49394f2

Browse files
authored
Merge pull request #22 from agda/issue-21
Issue 21
2 parents e11fa6d + e6ea28e commit 49394f2

File tree

5 files changed

+2
-12
lines changed

5 files changed

+2
-12
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.5, 8.10.4, 8.8.4, 8.6.5, 8.4.4, 8.2.2, 8.0.2]
9+
ghc-ver: [9.0.1, 8.10.6, 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

fix-whitespace.cabal

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ 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.4
20-
GHC == 8.10.5
2119
GHC == 8.10.6
2220
GHC == 9.0.1
2321

@@ -30,8 +28,6 @@ extra-source-files:
3028
stack-8.4.4.yaml
3129
stack-8.6.5.yaml
3230
stack-8.8.4.yaml
33-
stack-8.10.4.yaml
34-
stack-8.10.5.yaml
3531
stack-8.10.6.yaml
3632
stack-9.0.1.yaml
3733

stack-8.10.4.yaml

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

stack-8.10.5.yaml

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

stack-8.10.6.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
resolver: lts-18.5
1+
resolver: lts-18.8
22
compiler: ghc-8.10.6
33
compiler-check: match-exact

0 commit comments

Comments
 (0)