Merge pull request #6511 from mbg/add-servant-rate-limit

Add `servant-rate-limit`
This commit is contained in:
Michael Snoyman 2022-03-30 12:05:34 +03:00 committed by GitHub
commit 9ca120db63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4606,6 +4606,7 @@ packages:
- monad-logger-logstash
- moss
- network-wait
- servant-rate-limit
- wai-rate-limit
- wai-rate-limit-redis
- wai-saml2
@ -8182,6 +8183,7 @@ expected-test-failures:
- sdl2 # "Failed to connect to the Mir Server"
- sendgrid-v3 # Requires sendgrid API key in env #5951/closed
- serialport # "The tests need two serial ports as command line arguments" https://github.com/jputcu/serialport/issues/30
- servant-rate-limit # redis
- serversession-backend-redis # redis
- shake # Needs ghc on $PATH with some installed haskell packages
- slack-api # needs api key https://github.com/commercialhaskell/stackage/pull/5345