move http-client-tls < 0.4 into upperbounds section (#7966)

This commit is contained in:
Jens Petersen 2026-06-25 17:09:32 +08:00
parent 3976265b66
commit e021b6c8f7

View File

@ -5618,7 +5618,7 @@ packages:
- html - html
- html-entities - html-entities
- http-client-restricted - http-client-restricted
- http-client-tls < 0.4 # https://github.com/commercialhaskell/stackage/issues/7966 - http-client-tls
- http-date - http-date
- http-reverse-proxy - http-reverse-proxy
- http-types - http-types
@ -7866,6 +7866,10 @@ packages:
- servant-auth < 0.4.10 - servant-auth < 0.4.10
- servant-auth-client < 0.4.10 - servant-auth-client < 0.4.10
- servant-auth-server < 0.4.10 - servant-auth-server < 0.4.10
# https://github.com/commercialhaskell/stackage/issues/7966
- http-client-tls < 0.4
- aws < 0.25.3
# end of Stackage upper bounds # end of Stackage upper bounds
# end of packages # end of packages