mirror of
https://github.com/unclechu/gRPC-haskell.git
synced 2024-11-14 15:19:43 +01:00
ffdd8f97ca
This is a partial step to support gRPC 1.46.3 (from that nixpkgs pin).
13 lines
552 B
Diff
13 lines
552 B
Diff
diff --git a/proto3-wire.cabal b/proto3-wire.cabal
|
|
index 6db123a..9d7c958 100644
|
|
--- a/proto3-wire.cabal
|
|
+++ b/proto3-wire.cabal
|
|
@@ -55,7 +55,7 @@ test-suite tests
|
|
build-depends: base >=4.9 && <=5.0,
|
|
bytestring >=0.10.6.0 && <0.11.0,
|
|
cereal >= 0.5.1 && <0.6,
|
|
- doctest >= 0.7.0 && <0.18,
|
|
+ doctest >= 0.7.0 && <0.19,
|
|
proto3-wire,
|
|
QuickCheck >=2.8 && <3.0,
|
|
tasty >= 0.11 && <1.5,
|