categorifier
categorifier copied to clipboard
Update error message re: plugin ordering
https://github.com/con-kitty/categorifier/blob/3b7220fd5d03bd20d786bdd901f320d38c728d1c/plugin/Categorifier/Categorify.hs#L90-L91
This message needs to be updated, because the behavior was changed in GHC 9.4. Now plugins are loaded in the expected order, but we need to clarify that the existing comment still holds for older versions.
Good to know!