From e5fcc27f4441b566d28af62945fbec2a38b1a3dd Mon Sep 17 00:00:00 2001 From: Masahiro Sakai Date: Fri, 7 May 2021 12:06:43 +0900 Subject: [PATCH] stack: update to use lts-16.31 and lts-17.10 --- .github/workflows/build.yaml | 8 ++++---- .travis.yml | 6 +++--- stack-ghc-8.10.yaml | 2 +- stack-ghc-8.8.yaml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 647986e..32033f8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -6,7 +6,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - ghc: ['8.4.4', '8.6.5', '8.8.4', '8.10.2'] + ghc: ['8.4.4', '8.6.5', '8.8.4', '8.10.4'] os: [ubuntu-latest, windows-latest, macos-latest] include: - ghc: '8.4.4' @@ -16,11 +16,11 @@ jobs: resolver: 'lts-14.27' flags: '' - ghc: '8.8.4' - resolver: 'lts-16.27' + resolver: 'lts-16.31' coveralls: true flags: '--coverage' - - ghc: '8.10.2' - resolver: 'nightly-2020-11-01' + - ghc: '8.10.4' + resolver: 'lts-17.10' flags: '' steps: - uses: actions/checkout@v2 diff --git a/.travis.yml b/.travis.yml index db11a28..5ffa8e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,11 +7,11 @@ language: generic matrix: include: - env: STACK_YAML=stack-ghc-8.10.yaml - compiler: ": #GHC 8.10.1" + compiler: ": #GHC 8.10.4" - env: STACK_YAML=stack-ghc-8.8.yaml SHC_GHCVER=8.0.1 - compiler: ": #GHC 8.8.3" + compiler: ": #GHC 8.8.4" - env: STACK_YAML=stack-ghc-8.8.yaml - compiler: ": #GHC 8.8.3" + compiler: ": #GHC 8.8.4" os: osx - env: STACK_YAML=stack-ghc-8.6.yaml compiler: ": #GHC 8.6.5" diff --git a/stack-ghc-8.10.yaml b/stack-ghc-8.10.yaml index 3b01039..16a7981 100644 --- a/stack-ghc-8.10.yaml +++ b/stack-ghc-8.10.yaml @@ -18,7 +18,7 @@ # # resolver: ./custom-snapshot.yaml # resolver: https://example.com/snapshots/2018-01-01.yaml -resolver: nightly-2020-08-13 +resolver: lts-17.10 # User packages to be built. # Various formats can be used as shown in the example below. diff --git a/stack-ghc-8.8.yaml b/stack-ghc-8.8.yaml index 302d03d..8a8300d 100644 --- a/stack-ghc-8.8.yaml +++ b/stack-ghc-8.8.yaml @@ -18,7 +18,7 @@ # # resolver: ./custom-snapshot.yaml # resolver: https://example.com/snapshots/2018-01-01.yaml -resolver: lts-16.9 +resolver: lts-16.31 # User packages to be built. # Various formats can be used as shown in the example below.