ekmett / bifunctors

Haskell 98 bifunctors, bifoldables and bitraversables
Other
57 stars 42 forks source link

Make a release #104

Open treeowl opened 1 year ago

treeowl commented 1 year ago

It's been a while.

RyanGlScott commented 1 year ago

If by "a release" you mean "a release of the state of the main branch", I've held off on this since the main branch is caught up in some ongoing package reshuffling. In particular, the main branch of distributive now depends on bifunctors (instead of the other away around). @ekmett can speak more about this, but I get the sense that the work isn't quite finished yet.

If there's something from the main branch that you'd like to see appear in a new Hackage release, let me know. I am still maintaining the 5 branch, which I keep up to date without bringing in the package inversion–related changes. I imagine that most of the unreleased features on the main branch could be backported to the 5 branch without too much issue—just let me know if there's something you're clamoring for.

treeowl commented 1 year ago

The change in the Biapplicative (,) instance to harmonize with the Bifunctor one, thank you!

RyanGlScott commented 1 year ago

That's #96, correct? I've opened #105 to backport these changes to the 5 branch.

treeowl commented 1 year ago

Exactly. Thanks.

RyanGlScott commented 1 year ago

I've released bifunctors-5.5.13 to Hackage with the changes in #105.