Skip to content

Commit

Permalink
stack.yamls: Use lts-8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Feb 12, 2017
1 parent 7956192 commit 1e69480
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 31 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Expand Up @@ -54,17 +54,17 @@ 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-7"
compiler: ": #stack 8.0.1"
addons: {apt: {packages: [ghc-8.0.1], sources: [hvr-ghc]}}
- env: BUILD=stack ARGS="--resolver lts-8"
compiler: ": #stack 8.0.2"
addons: {apt: {packages: [ghc-8.0.2], sources: [hvr-ghc]}}

# Nightly builds are allowed to fail
- env: BUILD=stack ARGS="--resolver nightly"
compiler: ": #stack nightly"
addons: {apt: {packages: [libgmp-dev]}}

- env: BUILD=stack ARGS="--resolver lts-7"
compiler: ": #stack 8.0.1 osx"
- env: BUILD=stack ARGS="--resolver lts-8"
compiler: ": #stack 8.0.2 osx"
os: osx

# - env: BUILD=stack ARGS="--resolver nightly"
Expand Down
6 changes: 1 addition & 5 deletions deb/stack.yaml
Expand Up @@ -18,8 +18,4 @@ packages:
commit: c53a27513318f1d23303ee27e46da9e7702c798e
extra-dep: true
extra-deps:
- texmath-0.9
- doctemplates-0.1.0.2
- pandoc-types-1.17.0.4
- skylighting-0.1.1.4
resolver: lts-7.14
resolver: lts-8.0
11 changes: 2 additions & 9 deletions macos/stack.yaml
Expand Up @@ -11,18 +11,11 @@ flags:
unicode_collation: false
test_citeproc: false
debug: false
# ghc-options:
# pandoc-citeproc: '-pgmP cpphs -optP--cpp'
# highlighting-kate: '-pgmP cpphs -optP--cpp'
packages:
- '..'
- location:
git: https://github.com/jgm/pandoc-citeproc.git
commit: c53a27513318f1d23303ee27e46da9e7702c798e
extra-dep: true
extra-deps:
- texmath-0.9
- doctemplates-0.1.0.2
- pandoc-types-1.17.0.4
- skylighting-0.1.1.4
resolver: lts-7.14
extra-deps: []
resolver: lts-8.0
8 changes: 2 additions & 6 deletions stack.yaml
Expand Up @@ -7,9 +7,5 @@ flags:
network-uri: true
packages:
- '.'
extra-deps:
- doctemplates-0.1.0.2
- pandoc-types-1.17.0.4
- skylighting-0.1.1.4
- texmath-0.9
resolver: lts-7.14
extra-deps: []
resolver: lts-8.0
8 changes: 2 additions & 6 deletions windows/stack.yaml
Expand Up @@ -17,9 +17,5 @@ packages:
git: https://github.com/jgm/pandoc-citeproc.git
commit: c53a27513318f1d23303ee27e46da9e7702c798e
extra-dep: true
extra-deps:
- texmath-0.9
- doctemplates-0.1.0.2
- pandoc-types-1.17.0.4
- skylighting-0.1.1.4
resolver: lts-7.14
extra-deps: []
resolver: lts-8.0

0 comments on commit 1e69480

Please sign in to comment.