ekmett / bifunctors

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

Depend on assoc to provide instances #121

Closed phadej closed 1 year ago

phadej commented 1 year ago

Implements #120

Corresponding change in assoc in https://github.com/haskellari/assoc/pull/17

phadej commented 1 year ago

If this looks good, I'll make a release for assoc and amend this PR to not use candidate in packages.

phadej commented 1 year ago

Now I kind of wonder where Bifunctor Tagged is implemented...

https://hackage.haskell.org/package/tagged-0.8.7/docs/src/Data.Tagged.html#line-187

Should tagged depend on bifunctor-classes-compat?


Answer:

Ah, bifunctor-classes-compat depends on tagged, that works too.

RyanGlScott commented 1 year ago

Thanks! I'll make a new bifunctors release in a little bit.

RyanGlScott commented 1 year ago

I've uploaded this to Hackage as bifunctors-5.6.1.