travis: Fix ghc version label for stack build.
This commit is contained in:
parent
8dcb41f1ba
commit
ee4e658693
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ matrix:
|
|||
# addons: {apt: {packages: [ghc-8.0.2], sources: [hvr-ghc]}}
|
||||
|
||||
- env: BUILD=stack ARGS="--resolver lts-12" OPTS="-O0 -Wall -fno-warn-unused-do-bind -Wincomplete-record-updates -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances -Wincomplete-uni-patterns -Werror=missing-home-modules -Widentities -Wcpp-undef -Werror" TESTPATTERN="$$0 !~ /Round trip/"
|
||||
compiler: ": #stack 8.2.2"
|
||||
compiler: ": #stack 8.4.3"
|
||||
addons: {apt: {packages: [ghc-8.4.3], sources: [hvr-ghc]}}
|
||||
|
||||
# Nightly builds are allowed to fail
|
||||
|
|
Loading…
Reference in a new issue