From 07e5dc249083ca755383f18722daea95b1b04fad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Hr=C4=8Dek?= Date: Tue, 20 Sep 2022 07:44:11 +0200 Subject: [PATCH] Add GHC 9.4.2 to CI config --- .github/workflows/haskell-ci.yml | 5 +++++ brick.cabal | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index 8ce17bd..dbeff5f 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -32,6 +32,11 @@ jobs: strategy: matrix: include: + - compiler: ghc-9.4.2 + compilerKind: ghc + compilerVersion: 9.4.2 + setup-method: ghcup + allow-failure: false - compiler: ghc-9.2.4 compilerKind: ghc compilerVersion: 9.2.4 diff --git a/brick.cabal b/brick.cabal index 97d78fe..be512f8 100644 --- a/brick.cabal +++ b/brick.cabal @@ -38,7 +38,7 @@ build-type: Simple cabal-version: 1.18 Homepage: https://github.com/jtdaugherty/brick/ Bug-reports: https://github.com/jtdaugherty/brick/issues -tested-with: GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.2, GHC == 9.2.4 +tested-with: GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.2, GHC == 9.2.4, GHC == 9.4.2 extra-doc-files: README.md, docs/guide.rst, @@ -118,7 +118,7 @@ library Brick.Types.Internal Brick.Widgets.Internal - build-depends: base >= 4.9.0.0 && < 4.17.0.0, + build-depends: base >= 4.9.0.0 && < 4.18.0.0, vty >= 5.36, bimap >= 0.5 && < 0.6, data-clist >= 0.1,