lierdakil / pandoc-crossref

Pandoc filter for cross-references
https://lierdakil.github.io/pandoc-crossref/
GNU General Public License v2.0
936 stars 74 forks source link

Support ghc 9.8 #435

Open chenrui333 opened 5 months ago

lierdakil commented 5 months ago

Is there a reason to? Stackage is still on 9.6, and ghcup "recommended" is even older. It's not like it's policy or anything, but I kinda settled into lagging one major version behind GHC releases, because compiler bugs are quite annoying, and I've encountered my fair share of those with fresh major releases.

lierdakil commented 5 months ago

To clarify, I don't really have bandwidth to support multiple major GHC releases, so if I switch to 9.8, that's it, we're on 9.8 now.

chenrui333 commented 3 weeks ago

yeah, I was mostly obligated to log an issue in here for visibility :) no strong reason, but I carry a bit different mindset like if the project is behind on the releases, it would be further behind kind of thing.

agree on the note of using older snd more stable releases whenever possible.