forked from loafle/openapi-generator-original
[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
This commit is contained in:
parent
4f37e81d55
commit
0695cf99e6
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user