From e7b6b71dcd1c2b3c816ade4dc3b31d9a6da78340 Mon Sep 17 00:00:00 2001 From: Alexey Kuleshevich Date: Mon, 13 Mar 2023 14:06:55 +0300 Subject: [PATCH] Workaround http2 haddock issue by restricting problematic version --- cabal.project | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cabal.project b/cabal.project index b6f8fe03457..734e067e203 100644 --- a/cabal.project +++ b/cabal.project @@ -156,6 +156,9 @@ constraints: , Unique >= 0.4.7.8 , tree-diff >= 0.2.2 + -- Haddock is broken in this release. Waiting for the next release + , http2 < 4.0.0 + -- We'll need this once ouroboros has been pushed into CHaP -- extra-packages: -- ouroboros-consensus-cardano-tools == 0.1.0.0