Skip to content

Commit

Permalink
Allow building with GHC 9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrcek committed May 19, 2024
1 parent b0b6aa3 commit 443ae36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ['9.8.2', '9.6.4', '9.4.8', '9.2.8']
ghc: ['9.10.1', '9.8.2', '9.6.5', '9.4.8', '9.2.8']
os: [ubuntu-latest, macOS-latest, windows-latest]

steps:
Expand Down
6 changes: 3 additions & 3 deletions hie-bios.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Extra-Source-Files: README.md
tests/projects/stack-with-yaml/stack-with-yaml.cabal
tests/projects/stack-with-yaml/src/Lib.hs

tested-with: GHC ==9.2.8 || ==9.4.8 || ==9.6.4 || ==9.8.2
tested-with: GHC ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2 || ==9.10.1

Library
Default-Language: Haskell2010
Expand Down Expand Up @@ -173,10 +173,10 @@ Library
cryptohash-sha1 >= 0.11.100 && < 0.12,
directory >= 1.3.0 && < 1.4,
filepath >= 1.4.1 && < 1.6,
time >= 1.8.0 && < 1.14,
time >= 1.8.0 && < 1.15,
extra >= 1.6.14 && < 1.8,
prettyprinter ^>= 1.6 || ^>= 1.7.0,
ghc >= 9.2.1 && < 9.9,
ghc >= 9.2.1 && < 9.11,
transformers >= 0.5.2 && < 0.7,
temporary >= 1.2 && < 1.4,
template-haskell,
Expand Down

0 comments on commit 443ae36

Please sign in to comment.