From 596ac0fa0dcc0f2f02b074aae8dcf8be981d5580 Mon Sep 17 00:00:00 2001 From: Jack Kelly Date: Fri, 28 Jun 2024 13:19:13 +1000 Subject: [PATCH] wai-handler-hal.cabal: list versions understood by haskell-ci --- .github/workflows/haskell-ci.yml | 5 +++++ wai-handler-hal.cabal | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index 1537a51..dc75b0e 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -33,6 +33,11 @@ jobs: compilerVersion: 9.8.2 setup-method: ghcup allow-failure: false + - compiler: ghc-9.6.4 + compilerKind: ghc + compilerVersion: 9.6.4 + setup-method: ghcup + allow-failure: false - compiler: ghc-9.4.5 compilerKind: ghc compilerVersion: 9.4.5 diff --git a/wai-handler-hal.cabal b/wai-handler-hal.cabal index debe199..cef4457 100644 --- a/wai-handler-hal.cabal +++ b/wai-handler-hal.cabal @@ -34,9 +34,8 @@ tested-with: || ==9.0.2 || ==9.2.4 || ==9.4.5 - || ==9.6.5 + || ==9.6.4 || ==9.8.2 - || ==9.10.1 common opts default-language: Haskell2010