From 80086fc5d548a6ef38d2b3d1c0aa287369d5a4d3 Mon Sep 17 00:00:00 2001 From: Andrea Bedini Date: Tue, 14 Mar 2023 17:28:00 +0800 Subject: [PATCH] Workaround for broken package --- cabal.project | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cabal.project b/cabal.project index ea5d0edf987..a9e9e275585 100644 --- a/cabal.project +++ b/cabal.project @@ -196,6 +196,9 @@ constraints: , plutus-ghc-stub >= 8.6.5 , word-array >= 0.1.0.0 + -- Haddock is broken in this release. Waiting for the next release + , http2 < 4.0.0 + -- Related to: https://github.com/haskell/cabal/issues/8554 if impl(ghc == 8.10.7) constraints: process == 1.6.13.2