Skip to content

Commit 2ad7128

Browse files
committed
Use GHC 8.4.2 on Travis
1 parent e383cd8 commit 2ad7128

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ matrix:
4646
- compiler: "ghc-8.2.2"
4747
# env: TEST=--disable-tests BENCH=--disable-benchmarks
4848
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.0,ghc-8.2.2], sources: [hvr-ghc]}}
49-
- compiler: "ghc-8.4.1"
49+
- compiler: "ghc-8.4.2"
5050
# env: TEST=--disable-tests BENCH=--disable-benchmarks
51-
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.2,ghc-8.4.1], sources: [hvr-ghc]}}
51+
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.2,ghc-8.4.2], sources: [hvr-ghc]}}
5252
- compiler: "ghc-head"
5353
env: GHCHEAD=true
5454
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-head], sources: [hvr-ghc]}}

bench/primitive-benchmarks.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Tested-With:
2121
GHC == 7.10.3,
2222
GHC == 8.0.2,
2323
GHC == 8.2.2,
24-
GHC == 8.4.1
24+
GHC == 8.4.2
2525

2626
flag primitive-benchmarks
2727
default: True

primitive.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Tested-With:
2626
GHC == 7.10.3,
2727
GHC == 8.0.2,
2828
GHC == 8.2.2,
29-
GHC == 8.4.1
29+
GHC == 8.4.2
3030

3131
Library
3232
Default-Language: Haskell2010

test/primitive-tests.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Tested-With:
2121
GHC == 7.10.3,
2222
GHC == 8.0.2,
2323
GHC == 8.2.2,
24-
GHC == 8.4.1
24+
GHC == 8.4.2
2525

2626
test-suite test
2727
Default-Language: Haskell2010

0 commit comments

Comments
 (0)