From 0695cf99e6c87f9bdd70b16c62b12addc0558c78 Mon Sep 17 00:00:00 2001 From: Shimin Guo Date: Wed, 6 Mar 2019 05:31:45 -0800 Subject: [PATCH] [haskell-http-client] update katip version bound (#2305) * haskell-http-client: update katip version bound 0.8.0.0 is needed due to the interface change in `mkHandleScribe` * update petstore --- .../haskell-http-client/haskell-http-client.cabal.mustache | 2 +- .../client/petstore/haskell-http-client/openapi-petstore.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/openapi-generator/src/main/resources/haskell-http-client/haskell-http-client.cabal.mustache b/modules/openapi-generator/src/main/resources/haskell-http-client/haskell-http-client.cabal.mustache index cd3e7d84aad..32d2a17263a 100644 --- a/modules/openapi-generator/src/main/resources/haskell-http-client/haskell-http-client.cabal.mustache +++ b/modules/openapi-generator/src/main/resources/haskell-http-client/haskell-http-client.cabal.mustache @@ -79,7 +79,7 @@ library default-language: Haskell2010 if flag(UseKatip) - build-depends: katip >=0.6 && < 1.0 + build-depends: katip >=0.8 && < 1.0 other-modules: {{baseModule}}.LoggingKatip cpp-options: -DUSE_KATIP else diff --git a/samples/client/petstore/haskell-http-client/openapi-petstore.cabal b/samples/client/petstore/haskell-http-client/openapi-petstore.cabal index 4d98f7cb2d6..c9c01854dd6 100644 --- a/samples/client/petstore/haskell-http-client/openapi-petstore.cabal +++ b/samples/client/petstore/haskell-http-client/openapi-petstore.cabal @@ -79,7 +79,7 @@ library default-language: Haskell2010 if flag(UseKatip) - build-depends: katip >=0.6 && < 1.0 + build-depends: katip >=0.8 && < 1.0 other-modules: OpenAPIPetstore.LoggingKatip cpp-options: -DUSE_KATIP else