Add servant-rate-limit

This commit is contained in:
Michael B. Gale 2022-03-28 11:52:51 +01:00
parent 124adc24f1
commit ab7fe8ffcb
No known key found for this signature in database
GPG Key ID: FF5E2765BD00628F

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
@ -8183,6 +8184,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