File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ matrix:
31
31
- env : BUILD=cabal CABALVER=1.18 GHCVER=7.8.4
32
32
compiler : " : #GHC 7.8.4"
33
33
addons : {apt: {packages: [cabal-install-1.18,ghc-7.8.4], sources: [hvr-ghc]}}
34
- - env : BUILD=cabal CABALVER=1.22 GHCVER=7.10.2
35
- compiler : " : #GHC 7.10.2 "
36
- addons : {apt: {packages: [cabal-install-1.22,ghc-7.10.2 ], sources: [hvr-ghc]}}
37
- - env : BUILD=cabal CABALVER=1.24 GHCVER=8.0.1
38
- compiler : " : #GHC 8.0.1 "
39
- addons : {apt: {packages: [cabal-install-1.24,ghc-8.0.1 ], sources: [hvr-ghc]}}
34
+ - env : BUILD=cabal CABALVER=1.22 GHCVER=7.10.3
35
+ compiler : " : #GHC 7.10.3 "
36
+ addons : {apt: {packages: [cabal-install-1.22,ghc-7.10.3 ], sources: [hvr-ghc]}}
37
+ - env : BUILD=cabal CABALVER=1.24 GHCVER=8.0.2
38
+ compiler : " : #GHC 8.0.2 "
39
+ addons : {apt: {packages: [cabal-install-1.24,ghc-8.0.2 ], sources: [hvr-ghc]}}
40
40
41
41
before_install :
42
42
- unset CC
You can’t perform that action at this time.
0 commit comments