simmsb / calamity

A library for writing discord bots in haskell
https://hackage.haskell.org/package/calamity
MIT License
109 stars 11 forks source link

GHC 9.0.1 Compatability #53

Closed DrewFenwick closed 3 years ago

DrewFenwick commented 3 years ago

Bumps the upper bounds on polysemy-plugin in order to get calamity and calamity-commands building under GHC-9.0.1

I have only confirmed that the package successfully builds since there are no tests, but polysemy-plugin's changelog lists no breaking changes.

simmsb commented 3 years ago

Thanks!