haskell-infra / hackage-trustees

Issue tracker for Hackage maintainance and trustee operations
https://hackage.haskell.org/packages/trustees/
42 stars 7 forks source link

wai-middleware-throttle needs upper bounds #231

Closed emilypi closed 5 years ago

emilypi commented 5 years ago

The wai-middleware-throttle package fails to specify any upper bounds, and consistently breaks as a result. I've raised the issue there, and am preemptively filing an issue here at @hvr's request.

It doesn't seem to have an active maintainership.

hvr commented 5 years ago

Upstream ticket: https://github.com/creichert/wai-middleware-throttle/issues/21

Btw, this is yet another instance of #207 ; I've quickly fixed the missing bounds for network (as well as two cases of missing bounds for mtl which caused trouble).

previous broken state: https://matrix.hackage.haskell.org/package/wai-middleware-throttle@1556599449

new resulting fixed state: https://matrix.hackage.haskell.org/package/wai-middleware-throttle@1560702168

cc @creichert

emilypi commented 5 years ago

Thanks @hvr, you're a champion!

creichert commented 5 years ago

Thanks @hvr. I'll follow-up on the ticket and code up whatever is needed.

https://github.com/creichert/wai-middleware-throttle/pull/22

creichert commented 5 years ago

Alright, everything is uploaded. Let me know if I need to make any further changes: http://hackage.haskell.org/package/wai-middleware-throttle-0.3.0.1

emilypi commented 5 years ago

Thanks @creichert!

hvr commented 5 years ago

closing as this appears to have been resolved already