diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 33862c5..0554fb9 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.5", "9.8.2", "9.10.1"] env: CONFIG: "--enable-tests --enable-benchmarks --flags=dev" steps: @@ -50,12 +50,12 @@ jobs: strategy: matrix: cabal: ["3.10"] - ghc: ["9.4.5", "9.6.3", "9.8.1"] + ghc: ["9.6.5", "9.8.2", "9.10.1"] env: CONFIG: "--enable-tests --enable-benchmarks --flags=dev" steps: - uses: actions/checkout@v4 - - uses: haskell/actions/setup@v2 + - uses: haskell-actions/setup@v2 id: setup-haskell-cabal with: ghc-version: ${{ matrix.ghc }} diff --git a/path-io.cabal b/path-io.cabal index a9059a0..8317e2f 100644 --- a/path-io.cabal +++ b/path-io.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.5 ghc ==9.8.2 ghc ==9.10.1 homepage: https://github.com/mrkkrp/path-io bug-reports: https://github.com/mrkkrp/path-io/issues synopsis: Interface to ‘directory’ package for users of ‘path’ @@ -34,10 +34,10 @@ library directory >=1.3.2.0 && <1.4, dlist >=0.8 && <2, exceptions >=0.8 && <0.11, - filepath >=1.2 && <1.5, + filepath >=1.2 && <1.6, path >=0.7.1 && <0.10, temporary >=1.1 && <1.4, - time >=1.4 && <1.13, + time >=1.4 && <1.15, transformers >=0.3 && <0.7, unix-compat