diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7b14979..8b2dd67 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: strategy: matrix: cabal: ["3.2"] - ghc: ["8.6.5", "8.8.3", "8.10.1"] + ghc: ["8.6.5", "8.8.4", "8.10.1"] env: CONFIG: "--enable-tests --enable-benchmarks --flags=dev" steps: diff --git a/path.cabal b/path.cabal index 9eee174..12f2ab9 100644 --- a/path.cabal +++ b/path.cabal @@ -10,7 +10,7 @@ copyright: 2015–2018 FP Complete category: System, Filesystem build-type: Simple cabal-version: 1.18 -tested-with: GHC==8.6.5, GHC==8.8.3, GHC==8.10.1 +tested-with: GHC==8.6.5, GHC==8.8.4, GHC==8.10.1 extra-source-files: README.md , CHANGELOG , src/Path/Include.hs