File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -255,11 +255,3 @@ jobs:
255
255
run : |
256
256
if [ $((HCNUMVER < 81000)) -ne 0 ] ; then $CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks --constraint='servant ==0.17.*' --dependencies-only -j2 all ; fi
257
257
if [ $((HCNUMVER < 81000)) -ne 0 ] ; then $CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks --constraint='servant ==0.17.*' all ; fi
258
- - name : constraint set network-3.0
259
- run : |
260
- if [ $((HCNUMVER < 80800)) -ne 0 ] ; then $CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks --constraint='network == 3.0.*' --dependencies-only -j2 all ; fi
261
- if [ $((HCNUMVER < 80800)) -ne 0 ] ; then $CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks --constraint='network == 3.0.*' all ; fi
262
- - name : constraint set network-2.8
263
- run : |
264
- if [ $((HCNUMVER < 80800)) -ne 0 ] ; then $CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks --constraint='network == 2.8.*' --dependencies-only -j2 all ; fi
265
- if [ $((HCNUMVER < 80800)) -ne 0 ] ; then $CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks --constraint='network == 2.8.*' all ; fi
Original file line number Diff line number Diff line change 1
1
branches: master
2
2
3
- constraint-set network-2.8
4
- ghc: >= 8.0 && <8.8
5
- constraints: network == 2.8.*
6
-
7
- constraint-set network-3.0
8
- ghc: >= 8.0 && <8.8
9
- constraints: network == 3.0.*
10
-
11
3
constraint-set servant-0.17
12
4
ghc: >= 8.0 && <8.10
13
5
constraints: servant ==0.17.*
You can’t perform that action at this time.
0 commit comments