Skip to content

Commit

Permalink
Increase upper bounds on vector and network-conduit-tls
Browse files Browse the repository at this point in the history
  • Loading branch information
tm-drtina committed Oct 25, 2024
1 parent b19ab0b commit 64b2e8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grpc-mqtt.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 64b2e8e

Please sign in to comment.