compact icon indicating copy to clipboard operation
compact copied to clipboard

Make it build with ghc-9.10

Open erikd opened this issue 1 year ago • 4 comments

Only needs the base dependency upper bound bumped, so can be done with a Haakage metadat edit.

erikd avatar Jul 02 '24 07:07 erikd

if you can, send a pr!

ezyang avatar Jul 02 '24 11:07 ezyang

Oh, it was bytestring that needed a bump: https://github.com/ezyang/compact/pull/23

I am a Hackage Trustee. Would you like me to bump with a Hacakge metadata edit as well?

erikd avatar Jul 02 '24 22:07 erikd

yes please!

ezyang avatar Jul 02 '24 23:07 ezyang

Ok, this is a little confusing.

Latest version on Hackage is 0.2.0.0 but the latest version in this repo is 0.1.0.1. In this repo, the bytestring dependency needs a bump, while on Hackage, base needs a bump.

I have bumped the base dependency for 0.2.0.0 on Hackage.

erikd avatar Jul 03 '24 02:07 erikd

Has been fixed.

erikd avatar Feb 27 '25 05:02 erikd