From 98b25f91765f7b56ab9391391eb4020b4c636b96 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 6 Jan 2022 13:19:04 +0100 Subject: [PATCH] Downgrade to hw-kafka < 4.0.4 #6388 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1a11c512..ddf23758 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -6756,7 +6756,8 @@ packages: - unicode-data < 0.3 # https://github.com/commercialhaskell/stackage/issues/6388 - - hw-kafka-client < 5.0.0 + # issue is for 5.0, but 4.0.4 is deprecated. + - hw-kafka-client < 4.0.4 # end of packages