Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test with GHC 9.12.1
Browse files Browse the repository at this point in the history
mrkkrp committed Jan 21, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 70c3f52 commit e187cc0
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
cabal: ["3.10"]
ghc: ["9.6.3", "9.8.2", "9.10.1"]
ghc: ["9.8.4", "9.10.1", "9.12.1"]
env:
CONFIG: "--enable-tests --enable-benchmarks --flags=dev"
steps:
4 changes: 2 additions & 2 deletions stache.cabal
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ license: MIT
license-file: LICENSE
maintainer: Mark Karpov <markkarpov92@gmail.com>
author: Mark Karpov <markkarpov92@gmail.com>
tested-with: ghc ==9.6.3 ghc ==9.8.2 ghc ==9.10.1
tested-with: ghc ==9.8.4 ghc ==9.10.1 ghc ==9.12.1
homepage: https://github.com/stackbuilders/stache
bug-reports: https://github.com/stackbuilders/stache/issues
synopsis: Mustache templates for Haskell
@@ -51,7 +51,7 @@ library
filepath >=1.2 && <1.6,
megaparsec >=7 && <10,
mtl >=2.1 && <3,
template-haskell >=2.11 && <2.23,
template-haskell >=2.11 && <2.24,
text >=1.2 && <2.2,
vector >=0.11 && <0.14

0 comments on commit e187cc0

Please sign in to comment.