mirror of
https://github.com/gelisam/hawk.git
synced 2024-11-27 10:39:32 +03:00
bump to lts-22.9 (ghc-9.6.4)
This commit is contained in:
parent
bf923d61c9
commit
7c7698082d
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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: 9.4.8
|
||||
ghc: 9.6.4
|
||||
os: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
2
.github/workflows/installation-methods.yml
vendored
2
.github/workflows/installation-methods.yml
vendored
@ -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"]
|
||||
|
||||
|
@ -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)
|
||||
|
@ -18,7 +18,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
|
||||
|
@ -93,4 +93,4 @@ tests:
|
||||
|
||||
tested-with:
|
||||
- GHC==8.0.2
|
||||
- GHC==9.4.8
|
||||
- GHC==9.6.4
|
||||
|
@ -1,4 +1,4 @@
|
||||
resolver: lts-21.25
|
||||
resolver: lts-22.9
|
||||
packages:
|
||||
- .
|
||||
extra-deps: []
|
||||
|
Loading…
Reference in New Issue
Block a user