File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -245,6 +245,10 @@ jobs:
245
245
- name : prepare for constraint sets
246
246
run : |
247
247
rm -f cabal.project.local
248
+ - name : constraint set servant-0.20
249
+ run : |
250
+ if [ $((HCNUMVER >= 81000)) -ne 0 ] ; then $CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks --constraint='servant ==0.20' --dependencies-only -j2 all ; fi
251
+ if [ $((HCNUMVER >= 81000)) -ne 0 ] ; then $CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks --constraint='servant ==0.20' all ; fi
248
252
- name : constraint set servant-0.19
249
253
run : |
250
254
if [ $((HCNUMVER >= 80800 && HCNUMVER < 90400)) -ne 0 ] ; then $CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks --constraint='servant ==0.19' --dependencies-only -j2 all ; fi
Original file line number Diff line number Diff line change @@ -29,3 +29,7 @@ constraint-set servant-0.18.2
29
29
constraint-set servant-0.19
30
30
ghc: >= 8.8 && <9.4
31
31
constraints: servant ==0.19
32
+
33
+ constraint-set servant-0.20
34
+ ghc: >= 8.10 && <9.8
35
+ constraints: servant ==0.20
You can’t perform that action at this time.
0 commit comments