From d821e58c2b72f127ce5b74b69dac8cf3d7f558ad Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Mon, 26 Apr 2021 12:33:51 -0700 Subject: [PATCH] Fix lower bound on `proto3-suite` dependency (#124) Fixes https://github.com/awakesecurity/gRPC-haskell/issues/122 --- grpc-haskell.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grpc-haskell.cabal b/grpc-haskell.cabal index ad9d139..d149a41 100644 --- a/grpc-haskell.cabal +++ b/grpc-haskell.cabal @@ -29,7 +29,7 @@ library build-depends: base >=4.8 && <5.0 , bytestring ==0.10.* - , proto3-suite >=0.4.2.0 + , proto3-suite >=0.4.1 , proto3-wire >=1.2.0 , grpc-haskell-core , async >=2.1 && <2.3