Skip to content

Commit

Permalink
bump to lts-22.9 (ghc-9.6.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
gelisam committed Feb 9, 2024
1 parent 30b5106 commit a06a81d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
# supported, so we can detect when an even-more-recent version of ghc
# is released and breaks hawk.
- name: newest
ghc: 9.4.8
ghc: 9.6.4
os: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/installation-methods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
ghc: ["9.4.8"]
ghc: ["9.6.4"]
os: ["ubuntu-latest", "macos-latest"]
method: ["v1-install", "v2-install", "v2-run", "cabal-sandbox"]

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# What's new?

## Next
* support ghc-8.10, ghc-9.0, ghc-9.2, and ghc-9.4.8
* support ghc-8.10, ghc-9.0, ghc-9.2, ghc-9.4, and ghc-9.6

## New in 1.2.0.1
* support ghc-8.6 again and back to ghc-8.0 (Stackage LTS 9)
Expand Down
4 changes: 2 additions & 2 deletions haskell-awk.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cabal-version: 1.24
--
-- see: https://github.com/sol/hpack
--
-- hash: a11930b24f0935c95de8b7951d88971303c4ec75c2620ffc1f6c1487166d057f
-- hash: 8f55ebbcc1abf825c61c674744672975dc976e349377f3a872a3dd596cc30485

name: haskell-awk
version: 1.2.0.1
Expand All @@ -20,7 +20,7 @@ license-file: LICENSE
build-type: Custom
tested-with:
GHC==8.0.2
, GHC==9.4.8
, GHC==9.6.4
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 @@ -93,4 +93,4 @@ tests:

tested-with:
- GHC==8.0.2
- GHC==9.4.8
- GHC==9.6.4
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-21.25
resolver: lts-22.9
packages:
- .
extra-deps: []

0 comments on commit a06a81d

Please sign in to comment.