summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-12-19 22:28:25 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-12-19 22:28:25 -0800
commitac202e648b1c72e55737dc1e71ed94937ad5e835 (patch)
tree1489c6aef4f3fc22c67a3d582dcb82592f83f606 /.travis.yml
parent1e21cfb251506d42cbdcf3e24661f08633817572 (diff)
Stack builds with lts-10.0.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 75366b9c0..6364ecf88 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -61,12 +61,12 @@ matrix:
# The Stack builds. We can pass in arbitrary Stack arguments via the ARGS
# variable, such as using --stack-yaml to point to a different file.
- - env: BUILD=stack ARGS="--resolver lts-9" OPTS="-Wall -Wincomplete-record-updates -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances -fno-warn-unused-do-bind -Werror"
- compiler: ": #stack 8.0.2"
- addons: {apt: {packages: [ghc-8.0.2], sources: [hvr-ghc]}}
+ - env: BUILD=stack ARGS="--resolver lts-10" OPTS="-Wall -Wincomplete-record-updates -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances -fno-warn-unused-do-bind -Werror"
+ compiler: ": #stack 8.2.2"
+ addons: {apt: {packages: [ghc-8.2.2], sources: [hvr-ghc]}}
# Nightly builds are allowed to fail
- - env: BUILD=stack ARGS="--resolver nightly"
+ - env: BUILD=stack ARGS="--resolver nightly" OPTS="-Wall -Wincomplete-record-updates -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances -fno-warn-unused-do-bind -Werror"
compiler: ": #stack nightly"
addons: {apt: {packages: [ghc-8.2.2], sources: [hvr-ghc]}}