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

bump LTS #277

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
# supported, so we can detect when an even-more-recent version of ghc
# is released and breaks hawk.
- name: newest
ghc: 8.10.4
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: ["8.10.4"]
ghc: ["9.6.4"]
os: ["ubuntu-latest", "macos-latest"]
method: ["v1-install", "v2-install", "v2-run", "cabal-sandbox"]

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# What's new?

## Next
* support ghc-8.10, ghc-9.0, ghc-9.2, ghc-9.4, and ghc-9.6
* drop support for ghc-8.0

## New in 1.2.0.1
* support ghc-8.6 again and back to ghc-8.0 (Stackage LTS 9)
* fix missing test files in released tarball (#257)
Expand Down
2 changes: 1 addition & 1 deletion haskell-awk.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ license-file: LICENSE
build-type: Custom
tested-with:
GHC==8.0.2
, GHC==8.10.4
, 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==8.10.4
- 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-17.15
resolver: lts-22.9
packages:
- .
extra-deps: []
Loading