Skip to content

Commit

Permalink
update stack resolvers
Browse files Browse the repository at this point in the history
  • Loading branch information
msakai committed Jun 17, 2023
1 parent 1723b3c commit 297b890
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 480 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
include:
- ghc: '7.10.3'
resolver: 'lts-6.35'
os: ubuntu-latest
os: ubuntu-18.04
flags: ''
- ghc: '8.0.2'
resolver: 'lts-9.21'
Expand All @@ -31,27 +31,30 @@ jobs:
- ghc: '8.8.4'
resolver: 'lts-16.31'
os: ubuntu-latest
coveralls: true
flags: '--coverage'
flags: ''
- ghc: '8.10.7'
resolver: 'lts-18.23'
os: ubuntu-latest
flags: ''
- ghc: '8.10.7'
resolver: 'lts-18.23'
- ghc: '9.0.2'
resolver: 'lts-19.33'
os: ubuntu-latest
flags: ''
- ghc: '9.2.8'
resolver: 'lts-20.25'
os: ubuntu-latest
coveralls: true
flags: '--coverage'
- ghc: '9.2.8'
resolver: 'lts-20.25'
os: windows-latest
flags: ''
- ghc: '8.10.7'
resolver: 'lts-18.23'
- ghc: '9.2.8'
resolver: 'lts-20.25'
os: macos-latest
flags: ''
- ghc: '8.10.7'
resolver: 'lts-18.23'
os: ubuntu-latest
flags: ''
text2: true
- ghc: '9.0.2'
resolver: 'nightly-2022-01-26'
- ghc: '9.4.5'
resolver: 'nightly-2023-06-16'
os: ubuntu-latest
flags: ''
steps:
Expand Down Expand Up @@ -82,9 +85,6 @@ jobs:
shell: bash
run: |
echo "resolver: ${{ matrix.resolver }}" > stack.yaml
if [[ "${{ matrix.text2 }}" = "true" ]]; then
echo "extra-deps: [text-2.0]" >> stack.yaml
fi
stack build --test --no-run-tests --bench --no-run-benchmarks ${{ matrix.flags }}
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ category: Data, Text
# common to point users to the README.md file.
description: Please see the README on GitHub at <https://github.com/msakai/bytestring-encoding#readme>

tested-with: 'GHC==7.10.3 GHC==8.0.2 GHC==8.2.2 GHC==8.4.4 GHC==8.6.5 GHC==8.8.4 GHC==8.10.7 GHC==9.0.2'
tested-with: 'GHC==7.10.3 GHC==8.0.2 GHC==8.2.2 GHC==8.4.4 GHC==8.6.5 GHC==8.8.4 GHC==8.10.7 GHC==9.0.2 GHC==9.2.8 GHC==9.4.5'

dependencies:
- base >=4.8 && <5
Expand Down
67 changes: 0 additions & 67 deletions stack-ghc-7.10.yaml

This file was deleted.

67 changes: 0 additions & 67 deletions stack-ghc-8.0.yaml

This file was deleted.

65 changes: 0 additions & 65 deletions stack-ghc-8.10.yaml

This file was deleted.

67 changes: 0 additions & 67 deletions stack-ghc-8.2.yaml

This file was deleted.

Loading

0 comments on commit 297b890

Please sign in to comment.