diagrams / diagrams-builder

Utilities for creating diagram-building tools
Other
12 stars 15 forks source link

doesn't accept lens-5.3 #37

Closed ysangkok closed 2 weeks ago

ysangkok commented 2 months ago

as you can see in this issue from May:

diagrams-builder needs to have it's upper bound on lens bumped

byorgey commented 2 months ago

Thanks for the nudge. I've been slowly working my way through getting diagrams packages updated, hope to get to this one soon.

byorgey commented 3 weeks ago

Just an update --- I've been waiting to update until hint supports GHC 9.10. If anyone would really like a version of diagrams-builder that supports lens-5.3 but not GHC 9.10 I could put out an interim release.

ysangkok commented 3 weeks ago

One issue with not supporting lens-5.3 is that Stackage already updated, so it had to remove diagrams-builder. Given that the next LTS will be out very soon, this means that diagrams-builder could miss a whole LTS release, even though the LTS is for GHC 9.8, not 9.10.

byorgey commented 2 weeks ago

Good point. I've revised diagrams-builder on Hackage, and the revised version now builds with lens-5.3 (as well as a few other upper bound bumps).