From e53491e3c4b8c0c5f5580cbfe7b2aca32983717d Mon Sep 17 00:00:00 2001 From: Florian Sesser <florian@private.storage> Date: Tue, 22 Jun 2021 14:51:37 +0000 Subject: [PATCH] Use servant-prometheus branch with complying metric names --- stack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack.yaml b/stack.yaml index 3a42436..365838d 100644 --- a/stack.yaml +++ b/stack.yaml @@ -42,7 +42,7 @@ extra-deps: - "stripe-haskell-2.5.0" - "stripe-http-client-2.5.0" - github: "PrivateStorageio/servant-prometheus" - commit: "ec21c5ed50e6f6f8e52916ce71cd68fcd0166cad" + commit: "b1207d687aeb48bd035f986e88287391e4937e23" # Override default flag values for local packages and extra-deps # flags: {} -- GitLab