Merge pull request #391 from jhrcek/jhrcek/ghc-9.4.2

This commit is contained in:
Jonathan Daugherty 2022-09-19 23:37:05 -07:00 committed by GitHub
commit 031c03b681
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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,