valpackett / magicbane

A web framework that integrates Servant, EKG, fast-logger, wai-cli… | now on https://codeberg.org/valpackett/magicbane

Home Page:https://codeberg.org/valpackett/magicbane

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Name conflict with RIO on fromString

akhra opened this issue · comments

RIO exports Data.String.fromString (IsString typeclass member). Magicbane currently exports Data.String.Conversions.Monomorphic.fromString, a type-constrained alias for Data.String.Conversions.cs. As all of the types supported by the latter have IsString instances, I don't believe there is any benefit in providing the non-base version.

I have a PR ready to address this but today's GitHub issues are currently preventing me from pushing it.