stack.yamls: Use lts-8.0.
This commit is contained in:
parent
79561920c8
commit
1e694805a1
5 changed files with 12 additions and 31 deletions
10
.travis.yml
10
.travis.yml
|
@ -54,17 +54,17 @@ 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-7"
|
- env: BUILD=stack ARGS="--resolver lts-8"
|
||||||
compiler: ": #stack 8.0.1"
|
compiler: ": #stack 8.0.2"
|
||||||
addons: {apt: {packages: [ghc-8.0.1], sources: [hvr-ghc]}}
|
addons: {apt: {packages: [ghc-8.0.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"
|
||||||
compiler: ": #stack nightly"
|
compiler: ": #stack nightly"
|
||||||
addons: {apt: {packages: [libgmp-dev]}}
|
addons: {apt: {packages: [libgmp-dev]}}
|
||||||
|
|
||||||
- env: BUILD=stack ARGS="--resolver lts-7"
|
- env: BUILD=stack ARGS="--resolver lts-8"
|
||||||
compiler: ": #stack 8.0.1 osx"
|
compiler: ": #stack 8.0.2 osx"
|
||||||
os: osx
|
os: osx
|
||||||
|
|
||||||
# - env: BUILD=stack ARGS="--resolver nightly"
|
# - env: BUILD=stack ARGS="--resolver nightly"
|
||||||
|
|
|
@ -18,8 +18,4 @@ packages:
|
||||||
commit: c53a27513318f1d23303ee27e46da9e7702c798e
|
commit: c53a27513318f1d23303ee27e46da9e7702c798e
|
||||||
extra-dep: true
|
extra-dep: true
|
||||||
extra-deps:
|
extra-deps:
|
||||||
- texmath-0.9
|
resolver: lts-8.0
|
||||||
- doctemplates-0.1.0.2
|
|
||||||
- pandoc-types-1.17.0.4
|
|
||||||
- skylighting-0.1.1.4
|
|
||||||
resolver: lts-7.14
|
|
||||||
|
|
|
@ -11,18 +11,11 @@ flags:
|
||||||
unicode_collation: false
|
unicode_collation: false
|
||||||
test_citeproc: false
|
test_citeproc: false
|
||||||
debug: false
|
debug: false
|
||||||
# ghc-options:
|
|
||||||
# pandoc-citeproc: '-pgmP cpphs -optP--cpp'
|
|
||||||
# highlighting-kate: '-pgmP cpphs -optP--cpp'
|
|
||||||
packages:
|
packages:
|
||||||
- '..'
|
- '..'
|
||||||
- location:
|
- location:
|
||||||
git: https://github.com/jgm/pandoc-citeproc.git
|
git: https://github.com/jgm/pandoc-citeproc.git
|
||||||
commit: c53a27513318f1d23303ee27e46da9e7702c798e
|
commit: c53a27513318f1d23303ee27e46da9e7702c798e
|
||||||
extra-dep: true
|
extra-dep: true
|
||||||
extra-deps:
|
extra-deps: []
|
||||||
- texmath-0.9
|
resolver: lts-8.0
|
||||||
- doctemplates-0.1.0.2
|
|
||||||
- pandoc-types-1.17.0.4
|
|
||||||
- skylighting-0.1.1.4
|
|
||||||
resolver: lts-7.14
|
|
||||||
|
|
|
@ -7,9 +7,5 @@ flags:
|
||||||
network-uri: true
|
network-uri: true
|
||||||
packages:
|
packages:
|
||||||
- '.'
|
- '.'
|
||||||
extra-deps:
|
extra-deps: []
|
||||||
- doctemplates-0.1.0.2
|
resolver: lts-8.0
|
||||||
- pandoc-types-1.17.0.4
|
|
||||||
- skylighting-0.1.1.4
|
|
||||||
- texmath-0.9
|
|
||||||
resolver: lts-7.14
|
|
||||||
|
|
|
@ -17,9 +17,5 @@ packages:
|
||||||
git: https://github.com/jgm/pandoc-citeproc.git
|
git: https://github.com/jgm/pandoc-citeproc.git
|
||||||
commit: c53a27513318f1d23303ee27e46da9e7702c798e
|
commit: c53a27513318f1d23303ee27e46da9e7702c798e
|
||||||
extra-dep: true
|
extra-dep: true
|
||||||
extra-deps:
|
extra-deps: []
|
||||||
- texmath-0.9
|
resolver: lts-8.0
|
||||||
- doctemplates-0.1.0.2
|
|
||||||
- pandoc-types-1.17.0.4
|
|
||||||
- skylighting-0.1.1.4
|
|
||||||
resolver: lts-7.14
|
|
||||||
|
|
Loading…
Reference in a new issue