Release support for ghc 9.8.1
chenrui333 opened this issue · 5 comments
I saw there is a change for supporting ghc 9.8.1, can we cut a release for it? Thanks!
relates to Homebrew/homebrew-core#153883
@chenrui333 , thanks for the heads up!
I saw there is a change for supporting ghc 9.8.1, can we cut a release for it? Thanks!
The Hackage-released BNFC 2.9.5 supports GHC 9.8.1, are there any problems with it?
The commit you point to is just fixes for the CI here.
Also, if you look at the diff between current master
and v2.9.5
, there isn't anything of interest (no code change): v2.9.5...master#files_bucket
Let me know whether this answers your request.
@andreasabel I see you have updated the CI config for that change, but you actually did not release it, that is why I raised this issue :)
/private/tmp/bnfc-20231122-42886-1plkwdu/bnfc-2.9.5/dist-newstyle/sdist/bnfc-system-tests-2.9.5.0.tar.gz
Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.10.1.0 supports
'ghc' version < 9.8): /opt/homebrew/opt/ghc/bin/ghc is version 9.8.1
Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.10.1.0 supports
'ghc' version < 9.8): /opt/homebrew/opt/ghc/bin/ghc is version 9.8.1
Actually it builds out fine now, just filed a new PR to build/test with ghc 9.8. Let's see how it goes
Looks like it builds out fine now, closing the issue.
Excellent, thanks for the heads up!