acw / rate-limit

A basic rate-limiting library for Haskell
BSD 3-Clause "New" or "Revised" License
21 stars 4 forks source link

please add to stackage #3

Open anarcat opened 6 years ago

anarcat commented 6 years ago

this would help the Debian people package this into Debian, among other things:

https://github.com/fpco/stackage/blob/master/MAINTAINERS.md#adding-a-package

acw commented 6 years ago

Thanks for the interest in rate-limit. My memory of Stackage is that they really want package maintainers in their set to sign up for a maintenance schedule that I'm not really interested in dealing with. If it is critically important that this library get into Stackage, though, I'd be happy to shift maintainership to you. As you can probably see from the commit history, I haven't done much with this library in awhile, so if you're actually using it on a project I'd be happy to pass it on.

colonelpanic8 commented 6 years ago

@acw I can deal with Stackage maintenance. I use rate-limit in https://github.com/taffybar/taffybar.

Things are not currently building in the latest stackage nightly due to a change in what control.concurrent exports by default, it seems.

acw commented 6 years ago

OK, cool. I've added you to the maintainers list on Hackage. I can add you to the maintainers list in the cabal file, too, if you shoot me an email. What's the best way to manage this sort of thing? Looks like you've more or less taken over TaffyBar from Tristan, what worked well there?

clkamp commented 4 years ago

@IvanMalison I was checking for the status of this for the latest stackage nightly. As far as I can see, it should be fine to add this (and time-units) as soon as #6 is merged and in Hackage.

acw commented 4 years ago

I've merged and uploaded the new binary, for what it's worth.