From 5b9c4e3b9ae57bf9b2b57fc02d317198a393e2b4 Mon Sep 17 00:00:00 2001 From: "William R. Arellano" Date: Fri, 19 Sep 2025 14:38:54 -0500 Subject: [PATCH 1/2] Update GHC version matrix --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6a89d06..b1bffd4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: strategy: matrix: cabal: ["3.12"] - ghc: ["9.8.4", "9.10.1", "9.12.1"] + ghc: ["9.8.4", "9.10.3", "9.12.1"] steps: - uses: actions/checkout@v5 - uses: haskell-actions/setup@v2 From 317ff390ae9cf76c00865d61eb7b1abae312ee97 Mon Sep 17 00:00:00 2001 From: "William R. Arellano" Date: Fri, 26 Sep 2025 15:08:25 -0500 Subject: [PATCH 2/2] chore: update tested-with in .cabal --- stache.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stache.cabal b/stache.cabal index b5fc2e6..0bc74a0 100644 --- a/stache.cabal +++ b/stache.cabal @@ -5,7 +5,7 @@ license: MIT license-file: LICENSE maintainer: Mark Karpov author: Mark Karpov -tested-with: ghc ==9.8.4 ghc ==9.10.1 ghc ==9.12.1 +tested-with: ghc ==9.8.4 ghc ==9.10.3 ghc ==9.12.1 homepage: https://github.com/stackbuilders/stache bug-reports: https://github.com/stackbuilders/stache/issues synopsis: Mustache templates for Haskell