From ea2a420cc797ff61159961642c7c7318597901ef Mon Sep 17 00:00:00 2001 From: Fendor Date: Tue, 14 Mar 2023 09:33:57 +0100 Subject: [PATCH] Update tested-with section and GitHub CI --- .github/workflows/haskell.yml | 3 ++- hie-bios.cabal | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 9bdfee2b..3e9315bf 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - ghc: ['9.4.2', '9.4.1', '9.2.4', '9.2.1', '9.0.2', '8.10.7', '8.8.4', '8.6.5'] + ghc: ['9.4.4', '9.2.7', '9.0.2', '8.10.7', '8.8.4', '8.6.5'] os: [ubuntu-latest, macOS-latest, windows-latest] steps: @@ -23,6 +23,7 @@ jobs: - id: extra-ghc uses: haskell/actions/setup@v2 with: + cabal-version: '3.8.1.0' ghc-version: '8.10.7' - uses: haskell/actions/setup@v2 diff --git a/hie-bios.cabal b/hie-bios.cabal index dadfc8d0..1f9ccfdc 100644 --- a/hie-bios.cabal +++ b/hie-bios.cabal @@ -125,7 +125,7 @@ Extra-Source-Files: ChangeLog.md tests/projects/stack-with-yaml/stack-with-yaml.cabal tests/projects/stack-with-yaml/src/Lib.hs -tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.1 || ==9.2.4 +tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.7 || ==9.4.4 Library Default-Language: Haskell2010 @@ -162,7 +162,7 @@ Library time >= 1.8.0 && < 1.13, extra >= 1.6.14 && < 1.8, prettyprinter ^>= 1.6 || ^>= 1.7.0, - ghc >= 8.6.1 && < 9.5, + ghc >= 8.6.1 && < 9.7, transformers >= 0.5.2 && < 0.7, temporary >= 1.2 && < 1.4, template-haskell,