Stack builds with lts-10.0.
This commit is contained in:
parent
1e21cfb251
commit
ac202e648b
3 changed files with 8 additions and 32 deletions
|
@ -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]}}
|
||||
|
||||
|
|
|
@ -12,18 +12,5 @@ flags:
|
|||
debug: false
|
||||
packages:
|
||||
- '.'
|
||||
extra-deps:
|
||||
- pandoc-types-1.17.3
|
||||
- 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
|
||||
extra-deps: []
|
||||
resolver: lts-10.0
|
||||
|
|
15
stack.yaml
15
stack.yaml
|
@ -5,16 +5,5 @@ flags:
|
|||
old-locale: false
|
||||
network-uri: true
|
||||
packages:
|
||||
extra-deps:
|
||||
- pandoc-types-1.17.3
|
||||
- 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
|
||||
extra-deps: []
|
||||
resolver: lts-10.0
|
||||
|
|
Loading…
Reference in a new issue