@@ -32,18 +32,21 @@ before_cache:
3232
3333matrix :
3434 include :
35- - compiler : " ghc-7. 8.4"
35+ - compiler : " ghc-8.4.3 "
3636 # env: TEST=--disable-tests BENCH=--disable-benchmarks
37- addons : {apt: {packages: [ghc-ppa-tools,cabal-install-head ,ghc-7. 8.4], sources: [hvr-ghc]}}
38- - compiler : " ghc-7.10.3 "
37+ addons : {apt: {packages: [ghc-ppa-tools,cabal-install-2.2 ,ghc-8.4.3 ], sources: [hvr-ghc]}}
38+ - compiler : " ghc-8.2.2 "
3939 # env: TEST=--disable-tests BENCH=--disable-benchmarks
40- addons : {apt: {packages: [ghc-ppa-tools,cabal-install-head ,ghc-7.10.3 ], sources: [hvr-ghc]}}
40+ addons : {apt: {packages: [ghc-ppa-tools,cabal-install-2.2 ,ghc-8.2.2 ], sources: [hvr-ghc]}}
4141 - compiler : " ghc-8.0.2"
4242 # env: TEST=--disable-tests BENCH=--disable-benchmarks
43- addons : {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-8.0.2], sources: [hvr-ghc]}}
44- - compiler : " ghc-8.2.2"
43+ addons : {apt: {packages: [ghc-ppa-tools,cabal-install-2.2,ghc-8.0.2], sources: [hvr-ghc]}}
44+ - compiler : " ghc-7.10.3"
45+ # env: TEST=--disable-tests BENCH=--disable-benchmarks
46+ addons : {apt: {packages: [ghc-ppa-tools,cabal-install-2.2,ghc-7.10.3], sources: [hvr-ghc]}}
47+ - compiler : " ghc-7.8.4"
4548 # env: TEST=--disable-tests BENCH=--disable-benchmarks
46- addons : {apt: {packages: [ghc-ppa-tools,cabal-install-head ,ghc-8.2.2 ], sources: [hvr-ghc]}}
49+ addons : {apt: {packages: [ghc-ppa-tools,cabal-install-2.2 ,ghc-7.8.4 ], sources: [hvr-ghc]}}
4750
4851before_install :
4952 - HC=${CC}
@@ -75,7 +78,7 @@ install:
7578 - rm -f cabal.project.freeze
7679 - cabal new-build -w ${HC} ${TEST} ${BENCH} --project-file="cabal.project" --dep -j2 all
7780 - cabal new-build -w ${HC} --disable-tests --disable-benchmarks --project-file="cabal.project" --dep -j2 all
78- - rm -rf "."/ .ghc.environment.* "."/dist
81+ - rm -rf .ghc.environment.* "."/dist
7982 - DISTDIR=$(mktemp -d /tmp/dist-test.XXXX)
8083
8184# Here starts the actual work to be performed for the package under test;
0 commit comments