diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af26075..f81720f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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.0.2 + ghc: 9.2.8 os: ubuntu-latest steps: diff --git a/.github/workflows/installation-methods.yml b/.github/workflows/installation-methods.yml index 1e1cdfd..44d263b 100644 --- a/.github/workflows/installation-methods.yml +++ b/.github/workflows/installation-methods.yml @@ -21,7 +21,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - ghc: ["9.0.2"] + ghc: ["9.2.8"] os: ["ubuntu-latest", "macos-latest"] method: ["v1-install", "v2-install", "v2-run", "cabal-sandbox"] diff --git a/CHANGELOG.md b/CHANGELOG.md index 98d3ac1..2cd1928 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # What's new? ## Next -* support ghc-8.10 and ghc-9.0 +* support ghc-8.10, ghc-9.0, ghc-9.2 ## New in 1.2.0.1 * support ghc-8.6 again and back to ghc-8.0 (Stackage LTS 9) diff --git a/haskell-awk.cabal b/haskell-awk.cabal index 40ebd7a..7a02243 100644 --- a/haskell-awk.cabal +++ b/haskell-awk.cabal @@ -4,7 +4,7 @@ cabal-version: 1.24 -- -- see: https://github.com/sol/hpack -- --- hash: 1a5f52092a0b01cf31d7512d33771fb78d195f16d134e35a28c8df648366c0c0 +-- hash: 8f87e57e9e2f48ef9c52debb463a5e8059a451e38e9e2f402826541585803362 name: haskell-awk version: 1.2.0.1 @@ -20,7 +20,7 @@ license-file: LICENSE build-type: Custom tested-with: GHC==8.0.2 - , GHC==9.0.2 + , GHC==9.2.8 extra-source-files: README.md CHANGELOG.md diff --git a/package.yaml b/package.yaml index dbb86e6..6cabf92 100644 --- a/package.yaml +++ b/package.yaml @@ -93,4 +93,4 @@ tests: tested-with: - GHC==8.0.2 - - GHC==9.0.2 + - GHC==9.2.8 diff --git a/stack.yaml b/stack.yaml index ef1a55c..f1e1717 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,4 +1,4 @@ -resolver: lts-19.33 +resolver: lts-20.26 packages: - . extra-deps: []