From 985ad1827a70552fc29b0d7db79f394f6d12319a Mon Sep 17 00:00:00 2001 From: Tomas Drtina Date: Fri, 25 Oct 2024 17:27:41 +0200 Subject: [PATCH] `x509-store` -> `crypton-x509-store` --- grpc-mqtt.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grpc-mqtt.cabal b/grpc-mqtt.cabal index 082f53d..a8e7d9e 100644 --- a/grpc-mqtt.cabal +++ b/grpc-mqtt.cabal @@ -190,6 +190,7 @@ test-suite test build-depends: , crypton-connection + , crypton-x509-store , containers , data-default , grpc-mqtt @@ -199,4 +200,3 @@ test-suite test , tasty-hunit , tls , uuid - , x509-store