File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 69
69
- name : ghcup
70
70
run : |
71
71
ghcup config set cache true
72
- ghcup install ghc recommended
73
- ghcup set ghc recommended
72
+ ghcup install ghc 8.10.7
73
+ ghcup set ghc 8.10.7
74
74
- name : Update Hackage index
75
75
run : cabal v2-update
76
76
- name : Install doctest
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ executable gen-spdx
17
17
hs-source-dirs : src
18
18
ghc-options : -Wall
19
19
build-depends :
20
- , aeson ^>= 1.4.1.0 || ^>= 1.5.2.0
21
- , base >= 4.10 && < 4.16
20
+ , aeson ^>= 1.4.1.0 || ^>= 1.5.2.0 || ^ >= 2.1.1.0
21
+ , base >= 4.10 && < 4.17
22
22
, bytestring
23
23
, containers
24
24
, Diff ^>= 0.4
25
- , lens ^>= 4.18.1 || ^>= 4.19.1 || ^>= 5.0.1
25
+ , lens ^>= 4.18.1 || ^>= 4.19.1 || ^>= 5.0.1 || ^ >= 5.2
26
26
, optparse-applicative ^>= 0.15.1.0 || ^>= 0.16.0.0
27
27
, text
28
28
, zinza ^>= 0.2
@@ -34,12 +34,12 @@ executable gen-spdx-exc
34
34
hs-source-dirs : src
35
35
ghc-options : -Wall
36
36
build-depends :
37
- , aeson ^>= 1.4.1.0 || ^>= 1.5.2.0
38
- , base >= 4.10 && < 4.16
37
+ , aeson ^>= 1.4.1.0 || ^>= 1.5.2.0 || ^ >= 2.1.1.0
38
+ , base >= 4.10 && < 4.17
39
39
, bytestring
40
40
, containers
41
41
, Diff ^>= 0.4
42
- , lens ^>= 4.18.1 || ^>= 4.19.1 || ^>= 5.0.1
42
+ , lens ^>= 4.18.1 || ^>= 4.19.1 || ^>= 5.0.1 || ^ >= 5.2
43
43
, optparse-applicative ^>= 0.15.1.0 || ^>= 0.16.0.0
44
44
, text
45
45
, zinza ^>= 0.2
You can’t perform that action at this time.
0 commit comments