From 9de0b847b252690ea5e438f63642f516d7fa1b76 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Fri, 19 May 2023 12:45:16 -0500 Subject: [PATCH] Restrict hindent version due to a stack bug, #6982 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 798e4d55..64a12dc5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1528,7 +1528,7 @@ packages: - breakpoint "Mihai Maruseac @mihaimaruseac": - - hindent + - hindent < 6.1 # https://github.com/commercialhaskell/stackage/issues/6982 - io-manager "Dimitri Sabadie @phaazon":