[haskell-http-client] - update deps (#16041)

This commit is contained in:
Jon Schoning
2023-07-08 19:34:37 -05:00
committed by GitHub
parent 52dd41159f
commit 2c5f8b30b4
71 changed files with 15672 additions and 17150 deletions

View File

@@ -1,6 +1,6 @@
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
-- This file has been generated from package.yaml by hpack version 0.35.1.
--
-- see: https://github.com/sol/hpack
@@ -26,10 +26,10 @@ executable openapi-petstore-app
build-depends:
aeson >=1.0 && <3.0
, base >=4.7 && <5.0
, bytestring >=0.10.0 && <0.11
, bytestring >=0.10.0
, case-insensitive
, containers >=0.5.0.0 && <0.8
, http-api-data >=0.3.4 && <0.5
, http-api-data >=0.3.4 && <0.6
, http-client >=0.5 && <0.8
, http-client-tls
, http-media >=0.4
@@ -37,9 +37,9 @@ executable openapi-petstore-app
, microlens >=0.4.3
, mtl >=2.2.1
, openapi-petstore
, text >=0.11 && <1.3
, text >=0.11 && <3
, time
, transformers >=0.4.0.0
, unordered-containers
, vector >=0.10.9 && <0.13
, vector >=0.10.9 && <0.14
default-language: Haskell2010