diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index 99fee3e..1537a51 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -28,9 +28,9 @@ jobs: strategy: matrix: include: - - compiler: ghc-9.6.2 + - compiler: ghc-9.8.2 compilerKind: ghc - compilerVersion: 9.6.2 + compilerVersion: 9.8.2 setup-method: ghcup allow-failure: false - compiler: ghc-9.4.5 diff --git a/wai-handler-hal.cabal b/wai-handler-hal.cabal index dc6f6a5..debe199 100644 --- a/wai-handler-hal.cabal +++ b/wai-handler-hal.cabal @@ -34,7 +34,9 @@ tested-with: || ==9.0.2 || ==9.2.4 || ==9.4.5 - || ==9.6.2 + || ==9.6.5 + || ==9.8.2 + || ==9.10.1 common opts default-language: Haskell2010