From 767f84ea5e16f07d70b42bf277e588ddba0eee95 Mon Sep 17 00:00:00 2001
From: Ryan Scott <ryan.gl.scott@gmail.com>
Date: Wed, 15 Apr 2020 08:44:53 -0400
Subject: [PATCH] Revert "Mark th-lift-instances as broken due to
 ghc/ghc#17723"

This reverts commit 1b5f3dc535272d4c43ee9654e20afc2111a6b254.

This is no longer needed as the latest `th-lift-instances` Hackage
release, 0.1.16, no longer suffers from ghc/ghc#17723. See
https://github.com/bennofs/th-lift-instances/issues/19.
---
 ci/config.sh | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/ci/config.sh b/ci/config.sh
index 56a272d4..e6f8fbf1 100644
--- a/ci/config.sh
+++ b/ci/config.sh
@@ -63,15 +63,9 @@ 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