@@ -29,18 +29,13 @@ matrix:
29
29
include :
30
30
- compiler : ghc-8.8.1
31
31
addons : {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.8.1","cabal-install-3.0"]}}
32
- - compiler : ghc-8.6.5
33
- addons : {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.6.5","cabal-install-2.4"]}}
34
- - compiler : ghc-8.4.4
35
- addons : {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.4.4","cabal-install-2.4"]}}
36
- - compiler : ghc-8.2.2
37
- addons : {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.2.2","cabal-install-2.4"]}}
32
+ # - compiler: ghc-8.6.5
33
+ # addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.6.5","cabal-install-2.4"]}}
34
+ # - compiler: ghc-8.4.4
35
+ # addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.4.4","cabal-install-2.4"]}}
36
+ # - compiler: ghc-8.2.2
37
+ # addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.2.2","cabal-install-2.4"]}}
38
38
before_install :
39
- - echo 'Downloading arrayfire-3.6.4'
40
- - curl -O http://arrayfire.s3.amazonaws.com/3.6.4/ArrayFire-v3.6.4_Linux_x86_64.sh
41
- - chmod +x ArrayFire-v3.6.4_Linux_x86_64.sh
42
- - ./ArrayFire-v3.6.4_Linux_x86_64.sh --include-subdir --prefix=/opt
43
- - ls -lah /opt/arrayfire/
44
39
- HC=$(echo "/opt/$CC/bin/ghc" | sed 's/-/\//')
45
40
- WITHCOMPILER="-w $HC"
46
41
- HCPKG="$HC-pkg"
@@ -72,6 +67,11 @@ before_install:
72
67
}
73
68
- echo text | color_cabal_output
74
69
install :
70
+ - echo "Downloading ArrayFire-3.6.4"
71
+ - curl -O http://arrayfire.s3.amazonaws.com/3.6.4/ArrayFire-v3.6.4_Linux_x86_64.sh
72
+ - chmod +x ArrayFire-v3.6.4_Linux_x86_64.sh
73
+ - ./ArrayFire-v3.6.4_Linux_x86_64.sh --include-subdir --prefix=/opt
74
+ - ls -lah /opt/arrayfire/
75
75
- ${CABAL} --version
76
76
- echo "$(${HC} --version) [$(${HC} --print-project-git-commit-id 2> /dev/null || echo '?')]"
77
77
- TEST=--enable-tests
0 commit comments