From a06a81d49b53ce705b4125cb4c34d8d15eea9b1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20G=C3=A9lineau?= Date: Fri, 9 Feb 2024 00:18:05 -0500 Subject: [PATCH] bump to lts-22.9 (ghc-9.6.4) --- .github/workflows/ci.yml | 2 +- .github/workflows/installation-methods.yml | 2 +- CHANGELOG.md | 2 +- haskell-awk.cabal | 4 ++-- package.yaml | 2 +- stack.yaml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46bc311..962c563 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.4.8 + ghc: 9.6.4 os: ubuntu-latest steps: diff --git a/.github/workflows/installation-methods.yml b/.github/workflows/installation-methods.yml index d403373..358eafd 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.4.8"] + ghc: ["9.6.4"] os: ["ubuntu-latest", "macos-latest"] method: ["v1-install", "v2-install", "v2-run", "cabal-sandbox"] diff --git a/CHANGELOG.md b/CHANGELOG.md index 6466460..6587094 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/haskell-awk.cabal b/haskell-awk.cabal index c3f94c0..f749386 100644 --- a/haskell-awk.cabal +++ b/haskell-awk.cabal @@ -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 @@ -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 diff --git a/package.yaml b/package.yaml index f1f6510..88a3b7d 100644 --- a/package.yaml +++ b/package.yaml @@ -93,4 +93,4 @@ tests: tested-with: - GHC==8.0.2 - - GHC==9.4.8 + - GHC==9.6.4 diff --git a/stack.yaml b/stack.yaml index 6eda0f0..c57863d 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,4 +1,4 @@ -resolver: lts-21.25 +resolver: lts-22.9 packages: - . extra-deps: []