1
1
mirror of https://github.com/gelisam/hawk.git synced 2024-11-27 10:39:32 +03:00
This commit is contained in:
Samuel Gélineau 2024-02-09 23:55:37 -05:00 committed by GitHub
commit 05940d1593
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 9 additions and 5 deletions

View File

@ -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:

View File

@ -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"]

View File

@ -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)

View File

@ -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

View File

@ -93,4 +93,4 @@ tests:
tested-with:
- GHC==8.0.2
- GHC==8.10.4
- GHC==9.6.4

View File

@ -1,4 +1,4 @@
resolver: lts-17.15
resolver: lts-22.9
packages:
- .
extra-deps: []