Skip to content

Commit

Permalink
Update tested-with section and GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fendor committed Mar 14, 2023
1 parent 16669d1 commit ea2a420
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ['9.4.2', '9.4.1', '9.2.4', '9.2.1', '9.0.2', '8.10.7', '8.8.4', '8.6.5']
ghc: ['9.4.4', '9.2.7', '9.0.2', '8.10.7', '8.8.4', '8.6.5']
os: [ubuntu-latest, macOS-latest, windows-latest]

steps:
- uses: actions/checkout@v3
- id: extra-ghc
uses: haskell/actions/setup@v2
with:
cabal-version: '3.8.1.0'
ghc-version: '8.10.7'

- uses: haskell/actions/setup@v2
Expand Down
4 changes: 2 additions & 2 deletions hie-bios.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Extra-Source-Files: ChangeLog.md
tests/projects/stack-with-yaml/stack-with-yaml.cabal
tests/projects/stack-with-yaml/src/Lib.hs

tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.1 || ==9.2.4
tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.7 || ==9.4.4

Library
Default-Language: Haskell2010
Expand Down Expand Up @@ -162,7 +162,7 @@ Library
time >= 1.8.0 && < 1.13,
extra >= 1.6.14 && < 1.8,
prettyprinter ^>= 1.6 || ^>= 1.7.0,
ghc >= 8.6.1 && < 9.5,
ghc >= 8.6.1 && < 9.7,
transformers >= 0.5.2 && < 0.7,
temporary >= 1.2 && < 1.4,
template-haskell,
Expand Down

0 comments on commit ea2a420

Please sign in to comment.