mirror of
https://github.com/unclechu/gRPC-haskell.git
synced 2024-11-14 23:29:42 +01:00
14 lines
532 B
Diff
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
|