From 13ed35d439888ce265d1232783a899854868f566 Mon Sep 17 00:00:00 2001 From: Ben Gamari <ben@smart-cactus.org> Date: Mon, 4 Nov 2019 14:36:40 -0500 Subject: [PATCH] Mark http2 and uniform-transforms as broken on 8.8 --- ci/broken-packages.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/broken-packages.sh b/ci/broken-packages.sh index f4c26f71..cc9c9d38 100644 --- a/ci/broken-packages.sh +++ b/ci/broken-packages.sh @@ -33,6 +33,9 @@ version="$(ghc_version)" echo "Found GHC $version." case $version in 8.8.*) + # package ticket + broken "http2" 16288 + broken "unicode-transforms" 16288 ;; 8.9.*) -- GitLab