Skip to content

Commit eb18908

Browse files
authored
Bump the default lts to 13.3. (#113)
Also test ghc-8.6.3 in Travis CI instead of 8.6.1.
1 parent 0b4f698 commit eb18908

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ matrix:
1111
addons: {apt: {packages: [cabal-install-2.0, ghc-8.2.2], sources: [hvr-ghc]}}
1212
- env: CABALVER=2.2 GHCVER=8.4.3
1313
addons: {apt: {packages: [cabal-install-2.2, ghc-8.4.3], sources: [hvr-ghc]}}
14-
- env: CABALVER=2.4 GHCVER=8.6.1
15-
addons: {apt: {packages: [cabal-install-2.4, ghc-8.6.1], sources: [hvr-ghc]}}
14+
- env: CABALVER=2.4 GHCVER=8.6.3
15+
addons: {apt: {packages: [cabal-install-2.4, ghc-8.6.3], sources: [hvr-ghc]}}
1616

1717
install:
1818
- export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$PATH

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: lts-9.14
1+
resolver: lts-13.6
22

33
packages:
44
- .

0 commit comments

Comments
 (0)