diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5e069e4..efc4e7d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: diff --git a/forma.cabal b/forma.cabal index f88a587..2d0f9c0 100644 --- a/forma.cabal +++ b/forma.cabal @@ -5,7 +5,7 @@ license: BSD-3-Clause license-file: LICENSE.md maintainer: Mark Karpov author: Mark Karpov -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/forma bug-reports: https://github.com/mrkkrp/forma/issues synopsis: Parse and validate forms in JSON format @@ -31,7 +31,7 @@ library build-depends: aeson >=2 && <3, base >=4.15 && <5, - containers >=0.5 && <0.7, + containers >=0.5 && <0.8, mtl >=2 && <3, text >=0.2 && <2.2 @@ -51,7 +51,7 @@ test-suite tests build-depends: aeson >=2 && <3, base >=4.15 && <5, - containers >=0.5 && <0.7, + containers >=0.5 && <0.8, forma, hspec >=2 && <3, mtl >=2 && <3,