gRPC-haskell/nix/proto3-suite.patch
Viacheslav Lotsmanov ffdd8f97ca
Update Nix setup to work with latest release-22.05 nixpkgs pin
This is a partial step to support gRPC 1.46.3 (from that nixpkgs pin).
2022-07-28 04:17:53 +03:00

14 lines
532 B
Diff

diff --git a/proto3-suite.cabal b/proto3-suite.cabal
index 0898741..9959935 100644
--- a/proto3-suite.cabal
+++ b/proto3-suite.cabal
@@ -48,7 +48,7 @@ library
if flag(swagger)
exposed-modules: Proto3.Suite.DotProto.Generate.Swagger
Proto3.Suite.DotProto.Generate.Swagger.Wrappers
- build-depends: swagger2 >=2.1.6 && <2.8
+ build-depends: swagger2 >=2.1.6 && <3
cpp-options: -DSWAGGER
if flag(swagger-wrapper-format)
hs-source-dirs: src/swagger-wrapper-format