Skip to content

Commit 47917ba

Browse files
committed
Upgrade to stackage lts-16.12
1 parent 6042e76 commit 47917ba

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ language: haskell
44
git:
55
depth: 5
66

7-
cabal: "2.4"
8-
97
cache:
108
directories:
119
- "$HOME/.cabal/store"
@@ -14,7 +12,7 @@ cache:
1412

1513
matrix:
1614
include:
17-
- ghc: 8.8.3
15+
- ghc: 8.8.4
1816
env: STACK_YAML="$TRAVIS_BUILD_DIR/stack.yaml"
1917

2018
install:
@@ -24,7 +22,9 @@ install:
2422
- |
2523
curl -sSL https://get.haskellstack.org/ | sh
2624
stack --version
27-
stack build --system-ghc --test --bench --no-run-tests --no-run-benchmarks --ghc-options=-Werror
25+
stack build --system-ghc \
26+
--test --no-run-tests \
27+
--ghc-options=-Werror
2828
2929
script:
3030
- >-

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: lts-15.5
1+
resolver: lts-16.12
22
extra-deps:
33
- hslua-1.2.0
44
- tasty-lua-0.2.3

0 commit comments

Comments
 (0)