Skip to content

Commit eadc432

Browse files
committed
Tested with GHC 8.10.5.
1 parent d7373df commit eadc432

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/haskell-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
include:
3535
- compiler: ghc-9.0.1
3636
allow-failure: false
37-
- compiler: ghc-8.10.4
37+
- compiler: ghc-8.10.5
3838
allow-failure: false
3939
- compiler: ghc-8.8.4
4040
allow-failure: false

agda-stdlib-utils.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tested-with: GHC == 8.0.2
99
GHC == 8.4.4
1010
GHC == 8.6.5
1111
GHC == 8.8.4
12-
GHC == 8.10.4
12+
GHC == 8.10.5
1313
GHC == 9.0.1
1414

1515
executable GenerateEverything

stack-8.10.4.yaml

-10
This file was deleted.

stack-8.10.5.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
resolver: lts-18.0
2+
compiler: ghc-8.10.5
3+
compiler-check: match-exact
4+
5+
# extra-deps:
6+
# - filemanip-0.3.6.3
7+
# - unix-compat-0.5.2
8+
9+
packages:
10+
- '.'

0 commit comments

Comments
 (0)