Can the package name be reverted to doobie?
I understand the reason for changing the organization from org.tpolecat to org.typelevel, but I don't think changing the package name is necessary. The package name doesn't have to match the organization. For example, Cats uses cats instead of org.typelevel.cats.
Changing the package name from doobie to org.typelevel.doobie has caused compatibility issues and requires users to add the extra org.typelevel prefix, which I don't see any benefit in.
Could you please consider reverting only the package name, while keeping the organization as org.typelevel?
Can the package name be reverted to
doobie?I understand the reason for changing the organization from
org.tpolecattoorg.typelevel, but I don't think changing the package name is necessary. The package name doesn't have to match the organization. For example, Cats usescatsinstead oforg.typelevel.cats.Changing the package name from
doobietoorg.typelevel.doobiehas caused compatibility issues and requires users to add the extraorg.typelevelprefix, which I don't see any benefit in.Could you please consider reverting only the package name, while keeping the organization as
org.typelevel?