[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:
Shimin Guo 2019-03-06 05:31:45 -08:00 committed by Jon Schoning
parent 4f37e81d55
commit 0695cf99e6
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ library
default-language: Haskell2010 default-language: Haskell2010
if flag(UseKatip) if flag(UseKatip)
build-depends: katip >=0.6 && < 1.0 build-depends: katip >=0.8 && < 1.0
other-modules: {{baseModule}}.LoggingKatip other-modules: {{baseModule}}.LoggingKatip
cpp-options: -DUSE_KATIP cpp-options: -DUSE_KATIP
else else

View File

@ -79,7 +79,7 @@ library
default-language: Haskell2010 default-language: Haskell2010
if flag(UseKatip) if flag(UseKatip)
build-depends: katip >=0.6 && < 1.0 build-depends: katip >=0.8 && < 1.0
other-modules: OpenAPIPetstore.LoggingKatip other-modules: OpenAPIPetstore.LoggingKatip
cpp-options: -DUSE_KATIP cpp-options: -DUSE_KATIP
else else