@@ -28,24 +28,24 @@ before_cache:
28
28
29
29
matrix :
30
30
include :
31
- - compiler : " ghc-7.6.3"
32
- # env: TEST=--disable-tests BENCH=--disable-benchmarks
33
- addons : {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-7.6.3], sources: [hvr-ghc]}}
34
- - compiler : " ghc-7.8.4"
31
+ - compiler : " ghc-8.4.3"
35
32
# env: TEST=--disable-tests BENCH=--disable-benchmarks
36
- addons : {apt: {packages: [ghc-ppa-tools,cabal-install-head ,ghc-7. 8.4], sources: [hvr-ghc]}}
37
- - compiler : " ghc-7.10.3 "
33
+ addons : {apt: {packages: [ghc-ppa-tools,cabal-install-2.2 ,ghc-8.4.3 ], sources: [hvr-ghc]}}
34
+ - compiler : " ghc-8.2.2 "
38
35
# env: TEST=--disable-tests BENCH=--disable-benchmarks
39
- addons : {apt: {packages: [ghc-ppa-tools,cabal-install-head ,ghc-7.10.3 ], sources: [hvr-ghc]}}
36
+ addons : {apt: {packages: [ghc-ppa-tools,cabal-install-2.2 ,ghc-8.2.2 ], sources: [hvr-ghc]}}
40
37
- compiler : " ghc-8.0.2"
41
38
# env: TEST=--disable-tests BENCH=--disable-benchmarks
42
- addons : {apt: {packages: [ghc-ppa-tools,cabal-install-head ,ghc-8.0.2], sources: [hvr-ghc]}}
43
- - compiler : " ghc-8.2.2 "
39
+ addons : {apt: {packages: [ghc-ppa-tools,cabal-install-2.2 ,ghc-8.0.2], sources: [hvr-ghc]}}
40
+ - compiler : " ghc-7.10.3 "
44
41
# env: TEST=--disable-tests BENCH=--disable-benchmarks
45
- addons : {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-8.2.2], sources: [hvr-ghc]}}
46
- - compiler : " ghc-8.4.1"
42
+ addons : {apt: {packages: [ghc-ppa-tools,cabal-install-2.2,ghc-7.10.3], sources: [hvr-ghc]}}
43
+ - compiler : " ghc-7.8.4"
44
+ # env: TEST=--disable-tests BENCH=--disable-benchmarks
45
+ addons : {apt: {packages: [ghc-ppa-tools,cabal-install-2.2,ghc-7.8.4], sources: [hvr-ghc]}}
46
+ - compiler : " ghc-7.6.3"
47
47
# env: TEST=--disable-tests BENCH=--disable-benchmarks
48
- addons : {apt: {packages: [ghc-ppa-tools,cabal-install-head ,ghc-8.4.1 ], sources: [hvr-ghc]}}
48
+ addons : {apt: {packages: [ghc-ppa-tools,cabal-install-2.2 ,ghc-7.6.3 ], sources: [hvr-ghc]}}
49
49
50
50
before_install :
51
51
- HC=${CC}
@@ -69,7 +69,7 @@ install:
69
69
- " sed -i.bak 's/^jobs:/-- jobs:/' ${HOME}/.cabal/config"
70
70
- rm -fv cabal.project cabal.project.local
71
71
- grep -Ev -- '^\s*--' ${HOME}/.cabal/config | grep -Ev '^\s*$'
72
- - if [ $HCNUMVER -ge 80000 ]; then cabal new-install -w ${HC} --symlink-bindir=$HOME/.local/bin doctest --constraint='doctest ==0.14 .*'; fi
72
+ - if [ $HCNUMVER -ge 80000 ]; then cabal new-install -w ${HC} --symlink-bindir=$HOME/.local/bin doctest --constraint='doctest ==0.15 .*'; fi
73
73
- if [ $HCNUMVER -eq 80202 ]; then cabal new-install -w ${HC} --symlink-bindir=$HOME/.local/bin hlint --constraint='hlint ==2.1.*'; fi
74
74
- " printf 'packages: \" .\"\\ n' > cabal.project"
75
75
- cat cabal.project
0 commit comments