|
8 | 8 | #
|
9 | 9 | # For more information, see https://github.com/haskell-CI/haskell-ci
|
10 | 10 | #
|
11 |
| -# version: 0.10.1 |
| 11 | +# version: 0.10.3 |
12 | 12 | #
|
13 | 13 | version: ~> 1.0
|
14 | 14 | language: c
|
@@ -36,8 +36,11 @@ before_cache:
|
36 | 36 | - rm -rfv $CABALHOME/packages/head.hackage
|
37 | 37 | jobs:
|
38 | 38 | include:
|
39 |
| - - compiler: ghc-8.8.3 |
40 |
| - addons: {"apt":{"sources":[{"sourceline":"deb http://ppa.launchpad.net/hvr/ghc/ubuntu xenial main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-8.8.3","cabal-install-3.2"]}} |
| 39 | + - compiler: ghc-8.10.2 |
| 40 | + addons: {"apt":{"sources":[{"sourceline":"deb http://ppa.launchpad.net/hvr/ghc/ubuntu xenial main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-8.10.2","cabal-install-3.2"]}} |
| 41 | + os: linux |
| 42 | + - compiler: ghc-8.8.4 |
| 43 | + addons: {"apt":{"sources":[{"sourceline":"deb http://ppa.launchpad.net/hvr/ghc/ubuntu xenial main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-8.8.4","cabal-install-3.2"]}} |
41 | 44 | os: linux
|
42 | 45 | - compiler: ghc-8.6.5
|
43 | 46 | addons: {"apt":{"sources":[{"sourceline":"deb http://ppa.launchpad.net/hvr/ghc/ubuntu xenial main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-8.6.5","cabal-install-3.2"]}}
|
@@ -154,9 +157,9 @@ script:
|
154 | 157 | # Constraint set network-3.0
|
155 | 158 | - if [ $HCNUMVER -lt 80800 ] ; then ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks --constraint='network == 3.0.*' all ; fi
|
156 | 159 | # Constraint set servant-0.16
|
157 |
| - - ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks --constraint='servant ==0.16.*' all |
| 160 | + - if [ $HCNUMVER -lt 81000 ] ; then ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks --constraint='servant ==0.16.*' all ; fi |
158 | 161 | # Constraint set servant-0.17
|
159 |
| - - ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks --constraint='servant ==0.17.*' all |
| 162 | + - if [ $HCNUMVER -lt 81000 ] ; then ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks --constraint='servant ==0.17.*' all ; fi |
160 | 163 |
|
161 |
| -# REGENDATA ("0.10.1",["--output",".travis.yml","--config=cabal.haskell-ci","servant-multipart.cabal"]) |
| 164 | +# REGENDATA ("0.10.3",["--output",".travis.yml","--config=cabal.haskell-ci","servant-multipart.cabal"]) |
162 | 165 | # EOF
|
0 commit comments