qrilka/xlsx

Cut a release with GHC 9.6 support

Closed this issue · 5 comments

Now that stackage nightly has moved onto GHC 9.6, it would be great to have a release with the recent commits that add support for the new GHC.

qrilka commented

I'll try to take a look this weekend

qrilka commented

It's quite unfortunate but it looks like 9.6 can't get installed by Stack on my desktop because of https://gitlab.haskell.org/ghc/ghc/-/issues/22724 while version 9.0-9.4 from LTS snapshots work fine.
The fix was merged in just a week ago so I guess we need to wait for 9.6.3

That's a shame. Thanks for trying though!

qrilka commented

Actually after some digging into it the reason for this local failure is a bit different (Stack doesn't include the real error in its logs) - glibc-2.31 on Ubuntu 20.04 (Stack uses deb9), probably it's a good sign that I need to migrate to 22.04
Will check it out on a different machine then a bit later.

Amazing thanks!