int-index / union

Extensible type-safe unions for Haskell
BSD 3-Clause "New" or "Revised" License
32 stars 2 forks source link

Support GHC 9.6, 9.8, maybe 9.10 #15

Closed raehik closed 2 months ago

raehik commented 2 months ago

Bumped base upper bound. Also bumped all dependency upper bounds to their newest version. (I haven't tested all of those newest versions due to my distribution not providing them.)

My GHC 9.6 and 9.8 build without issue. Also added them to CI. Not tested GHC 9.10 (not easy to use on Nix yet).

No code changes.

int-index commented 2 months ago

Thanks!

int-index commented 2 months ago

Published a new revision with the updated version bounds. You should be able to use it as soon as you do cabal update