Skip to content

Commit

Permalink
use GHC-8.10.4 with lts-17.10 and GHC-8.8.4 with lts-16.31
Browse files Browse the repository at this point in the history
  • Loading branch information
msakai committed May 9, 2021
1 parent 3033769 commit 56a10d2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ matrix:
- env: CABALVER=2.4 GHCVER=8.8.4
compiler: ": #GHC 8.8.4"
addons: {apt: {packages: [cabal-install-2.4,ghc-8.8.4,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.4 GHCVER=8.10.2
compiler: ": #GHC 8.10.2"
- env: CABALVER=2.4 GHCVER=8.10.4
compiler: ": #GHC 8.10.4"
addons: {apt: {packages: [cabal-install-2.4,ghc-8.10.2,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}

before_install:
Expand Down
2 changes: 1 addition & 1 deletion pseudo-boolean.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tested-with:
GHC ==8.4.4
GHC ==8.6.5
GHC ==8.8.4
GHC ==8.10.2
GHC ==8.10.4

source-repository head
type: git
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# resolver:
# name: custom-snapshot
# location: "./custom-snapshot.yaml"
resolver: lts-15.9
resolver: lts-17.10

# User packages to be built.
# Various formats can be used as shown in the example below.
Expand Down

0 comments on commit 56a10d2

Please sign in to comment.