Skip to content

Commit

Permalink
Relax lower bound of some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zyla authored and jborkowski committed Feb 19, 2024
1 parent fbd14dd commit e1c8c3f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions http-proxy.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,20 @@ library
, case-insensitive >= 1.2
, conduit == 1.3.*
, conduit-extra == 1.3.*
, http-client == 0.7.*
, http-client >= 0.6 && < 0.8
, http-conduit == 2.3.*
, http-types == 0.12.*
, mtl == 2.2.*
, mtl == 2.3.*
, network >= 3.1
, resourcet == 1.2.*
, resourcet == 1.3.*
, streaming-commons == 0.2.*
, tls == 1.5.*
, text == 1.2.*
, transformers == 0.5.*
, tls == 1.8.*
, text >= 2.0
, transformers == 0.6.*
, wai == 3.2.*
, wai-conduit == 3.0.*
, warp == 3.3.*
, warp-tls == 3.3.*
, warp == 3.4.*
, warp-tls == 3.4.*



Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ flags: {}
packages:
- '.'
extra-deps: []
resolver: lts-2.21
resolver: lts-18.11

0 comments on commit e1c8c3f

Please sign in to comment.