File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11
11
ormolu :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
- uses : haskell-actions/run-ormolu@v14
16
16
ci :
17
17
name : Run tests
27
27
- 9.2.7
28
28
- 9.4.5
29
29
steps :
30
- - uses : actions/checkout@v3
30
+ - uses : actions/checkout@v4
31
31
- uses : haskell/actions/setup@v2
32
32
id : setup-haskell
33
33
with :
Original file line number Diff line number Diff line change 7
7
publish :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v3
10
+ - uses : actions/checkout@v4
11
11
- uses : haskell/actions/setup@v2
12
12
with :
13
13
ghc-version : ' 8.10.7'
Original file line number Diff line number Diff line change 1
1
packages : .
2
2
3
3
constraints : dhall -with-http
4
+
5
+ -- TODO remove?
6
+ if impl(ghc == 8.6. *)
7
+ constraints : aeson >= 1.5
You can’t perform that action at this time.
0 commit comments