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