Skip to content

Commit

Permalink
Test with GHC 9.10.1, drop 9.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp committed Jun 15, 2024
1 parent d59efe2 commit 301fd9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
cabal: ["3.10"]
ghc: ["9.4.7", "9.6.3", "9.8.1"]
ghc: ["9.6.3", "9.8.2", "9.10.1"]
env:
CONFIG: "--enable-tests --enable-benchmarks --flags=dev"
steps:
Expand Down
10 changes: 5 additions & 5 deletions stache.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.7 ghc ==9.6.3 ghc ==9.8.1
tested-with: ghc ==9.6.3 ghc ==9.8.2 ghc ==9.10.1
homepage: https://github.com/stackbuilders/stache
bug-reports: https://github.com/stackbuilders/stache/issues
synopsis: Mustache templates for Haskell
Expand Down Expand Up @@ -45,13 +45,13 @@ library
build-depends:
aeson >=2 && <3,
base >=4.15 && <5,
containers >=0.5 && <0.7,
containers >=0.5 && <0.8,
deepseq >=1.4 && <1.6,
directory >=1.2 && <1.4,
filepath >=1.2 && <1.5,
megaparsec >=7 && <10,
mtl >=2.1 && <3,
template-haskell >=2.11 && <2.22,
template-haskell >=2.11 && <2.23,
text >=1.2 && <2.2,
vector >=0.11 && <0.14

Expand Down Expand Up @@ -102,7 +102,7 @@ test-suite tests
build-depends:
aeson >=2 && <3,
base >=4.15 && <5,
containers >=0.5 && <0.7,
containers >=0.5 && <0.8,
hspec >=2 && <3,
hspec-megaparsec >=2 && <3,
megaparsec >=7 && <10,
Expand All @@ -126,7 +126,7 @@ test-suite mustache-spec
aeson >=2 && <3,
base >=4.15 && <5,
bytestring >=0.10 && <0.13,
containers >=0.5 && <0.7,
containers >=0.5 && <0.8,
file-embed,
hspec >=2 && <3,
megaparsec >=7 && <10,
Expand Down

0 comments on commit 301fd9f

Please sign in to comment.