From 1b5f3dc535272d4c43ee9654e20afc2111a6b254 Mon Sep 17 00:00:00 2001 From: Ryan Scott <ryan.gl.scott@gmail.com> Date: Mon, 13 Apr 2020 07:16:19 -0400 Subject: [PATCH] Mark th-lift-instances as broken due to ghc/ghc#17723 See also https://github.com/bennofs/th-lift-instances/issues/19. --- ci/config.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ci/config.sh b/ci/config.sh index e6f8fbf1..56a272d4 100644 --- a/ci/config.sh +++ b/ci/config.sh @@ -63,9 +63,15 @@ version="$(ghc_version)" commit="$(ghc_commit)" echo "Found GHC $version, commit $commit." case $version in + 8.10.*) + # package ticket + broken "th-lift-instances" 17723 + ;; + 8.11.*) # package ticket broken "pandoc" 18018 + broken "th-lift-instances" 17723 ;; *) -- GitLab