ozataman / csv-conduit

Flexible, fast and constant-space CSV library for Haskell using conduits
Other
52 stars 32 forks source link

Fix GHC96/mtl compatibility #49

Closed kfigiela closed 2 months ago

ysangkok commented 10 months ago

This is similar to #46 and #47 which weren't reviewed, so I closed them. @kfigiela , I think if you wanted to, you could take over the package.

ysangkok commented 10 months ago

@kfigiela I suppose you would rather not take over the package?

ysangkok commented 3 months ago

Thank you for working on this @dmvianna !

dmvianna commented 3 months ago

I'm happy to take over. I just need to learn more about Travis so we could continue to support older GHC. I intend to do that today.

Then what? I submit a PR?

ysangkok commented 3 months ago

I think it would make sense to follow the procedure here:

https://wiki.haskell.org/Taking_over_a_package

Since all maintainers are unavailable, you can fork the repo and then update the metadata to point at the new repo.

dmvianna commented 2 months ago

Fixed in #51