[haskell-http-client] fix typename generation bug for array params; update deps

- fix build for example-app + tests-integration in Samples (due to change in Category)

  - upgrade stack to 12.18

  - fix typename generation bug for array params
This commit is contained in:
Jon Schoning
2018-11-08 15:47:47 -06:00
parent 792f95eb09
commit 9be5b99266
5 changed files with 7 additions and 7 deletions

View File

@@ -118,7 +118,7 @@ runPet mgr config = do
-- updatePet
let updatePetRequest = S.updatePet (S.ContentType S.MimeJSON) $ pet
{ S.petStatus = Just S.E'Status2'Available
, S.petCategory = Just (S.Category (Just 3) (Just "catname"))
, S.petCategory = Just (S.Category (Just 3) "catname")
}
_ <- S.dispatchLbs mgr config updatePetRequest