mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-11-22 14:10:03 +03:00
Merge pull request #391 from jhrcek/jhrcek/ghc-9.4.2
This commit is contained in:
commit
031c03b681
5
.github/workflows/haskell-ci.yml
vendored
5
.github/workflows/haskell-ci.yml
vendored
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user