Stack builds with lts-10.0.

This commit is contained in:
John MacFarlane 2017-12-19 22:28:25 -08:00
parent 1e21cfb251
commit ac202e648b
3 changed files with 8 additions and 32 deletions

View file

@ -61,12 +61,12 @@ matrix:
# The Stack builds. We can pass in arbitrary Stack arguments via the ARGS # 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. # 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" - 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.0.2" compiler: ": #stack 8.2.2"
addons: {apt: {packages: [ghc-8.0.2], sources: [hvr-ghc]}} addons: {apt: {packages: [ghc-8.2.2], sources: [hvr-ghc]}}
# Nightly builds are allowed to fail # 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" compiler: ": #stack nightly"
addons: {apt: {packages: [ghc-8.2.2], sources: [hvr-ghc]}} addons: {apt: {packages: [ghc-8.2.2], sources: [hvr-ghc]}}

View file

@ -12,18 +12,5 @@ flags:
debug: false debug: false
packages: packages:
- '.' - '.'
extra-deps: extra-deps: []
- pandoc-types-1.17.3 resolver: lts-10.0
- hslua-0.9.3
- hslua-module-text-0.1.2
- skylighting-0.5
- texmath-0.10
- cmark-gfm-0.1.1
- QuickCheck-2.10.0.1
- tasty-quickcheck-0.9.1
- hs-bibutils-6.2.0.1
- doctemplates-0.2.1
- pandoc-citeproc-0.12.1.1
- haddock-library-1.4.3
- tagsoup-0.14.2
resolver: lts-9.14

View file

@ -5,16 +5,5 @@ flags:
old-locale: false old-locale: false
network-uri: true network-uri: true
packages: packages:
extra-deps: extra-deps: []
- pandoc-types-1.17.3 resolver: lts-10.0
- hslua-0.9.3
- hslua-module-text-0.1.2
- skylighting-0.5
- texmath-0.10
- cmark-gfm-0.1.1
- QuickCheck-2.10.0.1
- tasty-quickcheck-0.9.1
- doctemplates-0.2.1
- haddock-library-1.4.3
- tagsoup-0.14.2
resolver: lts-9.14