Skip to content

Commit 3c23158

Browse files
committed
Remove network-2.8 constraint set
1 parent 774ca53 commit 3c23158

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -255,11 +255,3 @@ jobs:
255255
run: |
256256
if [ $((HCNUMVER < 81000)) -ne 0 ] ; then $CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks --constraint='servant ==0.17.*' --dependencies-only -j2 all ; fi
257257
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

cabal.haskell-ci

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
branches: master
22

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-
113
constraint-set servant-0.17
124
ghc: >= 8.0 && <8.10
135
constraints: servant ==0.17.*

0 commit comments

Comments
 (0)