Skip to content

Commit

Permalink
Merge pull request #13 from msakai/update-stack-resolver-202402
Browse files Browse the repository at this point in the history
Update stack resolvers (2024-02)
  • Loading branch information
msakai authored Feb 2, 2024
2 parents 6c2715a + d7d3ef1 commit 17c4092
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 12 deletions.
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

0 comments on commit 17c4092

Please sign in to comment.