Skip to content

Commit

Permalink
Merge pull request #4 from msakai/update-stack-lts-202105
Browse files Browse the repository at this point in the history
Update to use Stackage lts-16.31 and lts-17.10
  • Loading branch information
msakai committed May 8, 2021
2 parents 5e693b0 + e5fcc27 commit 2e9d762
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion stack-ghc-8.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion stack-ghc-8.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2e9d762

Please sign in to comment.