We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1ba874 commit 8790b3dCopy full SHA for 8790b3d
2 files changed
.github/workflows/ci.yaml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
matrix:
21
cabal: ["3.12"]
22
- ghc: ["9.8.4", "9.10.1", "9.12.1"]
+ ghc: ["9.8.4", "9.10.3", "9.12.1"]
23
steps:
24
- uses: actions/checkout@v5
25
- uses: haskell-actions/setup@v2
stache.cabal
@@ -5,7 +5,7 @@ license: MIT
5
license-file: LICENSE
6
maintainer: Mark Karpov <markkarpov92@gmail.com>
7
author: Mark Karpov <markkarpov92@gmail.com>
8
-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
9
homepage: https://github.com/stackbuilders/stache
10
bug-reports: https://github.com/stackbuilders/stache/issues
11
synopsis: Mustache templates for Haskell
0 commit comments