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 f2ee48f commit a63bf22
Show file tree
Hide file tree
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
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
4 changes: 2 additions & 2 deletions text-metrics.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: BSD-3-Clause
license-file: LICENSE.md
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/mrkkrp/text-metrics
bug-reports: https://github.com/mrkkrp/text-metrics/issues
synopsis: Calculate various string metrics efficiently
Expand All @@ -30,7 +30,7 @@ library
default-language: GHC2021
build-depends:
base >=4.15 && <5,
containers >=0.5 && <0.7,
containers >=0.5 && <0.8,
text >=0.2 && <2.2,
vector >=0.11 && <0.14

Expand Down

0 comments on commit a63bf22

Please sign in to comment.