mirror of
https://github.com/unclechu/gRPC-haskell.git
synced 2024-11-23 03:29:42 +01:00
Fix lower bound on proto3-suite
dependency (#124)
Fixes https://github.com/awakesecurity/gRPC-haskell/issues/122
This commit is contained in:
parent
0d1f54b6b8
commit
d821e58c2b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue