Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update stack resolvers (2024-02) #13

Merged
merged 1 commit into from
Feb 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 13 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,25 @@ jobs:
- ghc: '9.2.8'
resolver: 'lts-20.25'
os: ubuntu-latest
- ghc: '9.4.8'
resolver: 'lts-21.25'
os: ubuntu-latest
flags: ''
- ghc: '9.6.4'
resolver: 'lts-22.8'
os: ubuntu-latest
coveralls: true
flags: '--coverage'
- ghc: '9.2.8'
resolver: 'lts-20.25'
- ghc: '9.6.4'
resolver: 'lts-22.8'
os: windows-latest
flags: ''
- ghc: '9.2.8'
resolver: 'lts-20.25'
- ghc: '9.6.4'
resolver: 'lts-22.8'
os: macos-latest
flags: ''
- ghc: '9.4.5'
resolver: 'nightly-2023-06-16'
- ghc: '9.8.1'
resolver: 'nightly-2024-02-02'
os: ubuntu-latest
flags: ''
steps:
Expand Down
6 changes: 2 additions & 4 deletions bytestring-encoding.cabal
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.4.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 16490c648a555bee319cb103d3456c72ddb655413e3e134ccdf466c100ccb146

name: bytestring-encoding
version: 0.1.2.0
Expand All @@ -20,7 +18,7 @@ license: BSD3
license-file: LICENSE
build-type: Simple
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==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.8 GHC==9.6.4 GHC==9.8.1
extra-source-files:
README.md
ChangeLog.md
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 GHC==9.2.8 GHC==9.4.5'
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.8 GHC==9.6.4 GHC==9.8.1'

dependencies:
- base >=4.8 && <5
Expand Down
2 changes: 1 addition & 1 deletion stack.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-20.25
resolver: lts-22.8

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