From 64b2e8e5c0d7d96f4b701f177f231ff66cac3a50 Mon Sep 17 00:00:00 2001 From: Tomas Drtina Date: Fri, 25 Oct 2024 17:13:48 +0200 Subject: [PATCH] Increase upper bounds on vector and network-conduit-tls --- grpc-mqtt.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grpc-mqtt.cabal b/grpc-mqtt.cabal index 0397870..082f53d 100644 --- a/grpc-mqtt.cabal +++ b/grpc-mqtt.cabal @@ -64,7 +64,7 @@ common common , text >= 0.2 && < 2.2 , time >= 1.9.3 && < 1.13 , turtle >= 1.6.1 && < 1.7.0 - , vector >= 0.11 && < 0.13 + , vector >= 0.11 && < 0.14 library import: common @@ -127,7 +127,7 @@ library build-depends: , conduit-extra >= 1.3.5 && < 1.4 , crypton-connection >= 0.3.1 && < 0.5 - , network-conduit-tls >= 1.3.2 && < 1.4 + , network-conduit-tls >= 1.3.2 && < 1.5 , nonce >= 1.0.7 && < 1.1 , pqueue >= 1.4.1.3 && < 1.6 , safe-exceptions >= 0.1.7 && < 0.2