Jan Hrcek
Jan Hrcek
Sounds great. Feel free to merge your PR and I'll rebase this PR on top, removing CI changes from this one.
@michaelpj The current state is that ~10/278 tests are still failing with ghc 9.10. I remembered we were trying to fix them with Alan Z during zurihac but we gave...
Hey folks, sorry I completely forgot about this PR. I rebased it on main, but there are still 10 failing tests which I'm not sure whether they're fixable using 9.10....
I'm afraid there won't be any easy way, because I expect there to be quite a few changes in GHC Annotation apis from 9.10 to 9.12. How I would go...
@GuillaumedeVolpiano Nice that you were able to find a workaround! Regarding the test failure (I see `|` being printed in front of the first constructor instead of `=`) It seems...
Awesome, thanks! I think we can go with your PR as well. Otherwise I will update my PR by copying the approach from your PR tomorrow.
I agree it would make sense to make the project compilable with both ghc 9.10 and 9.12. I borrowed the workaround from your PR (simplified it a bit) which made...
This is not my repo, I only contributed few compatibility fixes for previous ghc versions :smile: The main person behind this repo is @jaspervdj who originally implemented the tool I...
Here's a PR making it compile with 9.10, all tests passing with cabal (check CI in my fork: https://github.com/jhrcek/stylish-haskell/pull/1). The only thing that seems to be missing is stackage snapshot...
FYI: stylish-haskell 0.15.0.0 with GHC 9.10 support has been release to hackage: https://hackage.haskell.org/package/stylish-haskell-0.15.0.0