diff --git a/ci/config.sh b/ci/config.sh index e6f8fbf177097107889e50c1112dd4d0db679087..56a272d4da51b366299efa1f4472fbeba9b3b94e 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 ;; *)