Skip to content

Commit

Permalink
[CI] update uses versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wrengr committed Apr 6, 2024
1 parent 2db10e6 commit e1bf0a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# Which is good, because we require Cabal>=2.2 which only
# ships with GHC>=8.4
os: [ubuntu-latest]
ghc: ['8.0.2', '8.2.2', '8.4.4', '8.6.5', '8.8.4', '8.10.3', '9.0.1', '9.2.4', '9.4.4', '9.6.1']
ghc: ['8.0.2', '8.2.2', '8.4.4', '8.6.5', '8.8.4', '8.10.3', '9.0.1', '9.2.4', '9.4.8', '9.6.4', '9.8.1']
include:
# This package has no build details specific to Win/Mac,
# so building for the latest GHC should be sufficient
Expand All @@ -42,7 +42,7 @@ jobs:
ghc: 'latest'
steps:
- uses: actions/checkout@v4
- uses: haskell/actions/setup@v2.4.7
- uses: haskell-actions/setup@v2.6.1
id: setup-haskell-cabal
with:
ghc-version: ${{ matrix.ghc }}
Expand Down
9 changes: 5 additions & 4 deletions bytestring-trie.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Cabal-Version: 2.2
-- <https://github.com/haskell/cabal/issues/4899>

----------------------------------------------------------------
-- wren gayle romano <wren@cpan.org> ~ 2023-03-19
-- wren gayle romano <wren@cpan.org> ~ 2024-04-05
----------------------------------------------------------------

Name: bytestring-trie
Version: 0.2.7.2
Version: 0.2.7.3
Build-Type: Simple
Stability: provisional
Homepage: https://wrengr.org/software/hackage.html
Expand Down Expand Up @@ -58,8 +58,9 @@ Tested-With:
GHC ==8.10.3,
GHC ==9.0.1,
GHC ==9.2.4,
GHC ==9.4.4,
GHC ==9.6.1
GHC ==9.4.8,
GHC ==9.6.4,
GHC ==9.8.1

-- These are the versions of our dependencies which ship with the
-- above. Alas, we can't merge this with the above because cabal
Expand Down

0 comments on commit e1bf0a1

Please sign in to comment.