qrilka / xlsx

Simple and incomplete Excel file parser/writer
MIT License
128 stars 62 forks source link

Cut a release with GHC 9.6 support #169

Closed TeofilC closed 1 year ago

TeofilC commented 1 year ago

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 1 year ago

I'll try to take a look this weekend

qrilka commented 1 year ago

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

TeofilC commented 1 year ago

That's a shame. Thanks for trying though!

qrilka commented 1 year ago

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.

TeofilC commented 1 year ago

Amazing thanks!