Skip to content
Snippets Groups Projects
Commit 767f84ea authored by Ryan Scott's avatar Ryan Scott
Browse files

Revert "Mark th-lift-instances as broken due to ghc/ghc#17723"

This reverts commit 1b5f3dc5.

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.
parent 1b5f3dc5
No related branches found
No related tags found
No related merge requests found
...@@ -63,15 +63,9 @@ version="$(ghc_version)" ...@@ -63,15 +63,9 @@ version="$(ghc_version)"
commit="$(ghc_commit)" commit="$(ghc_commit)"
echo "Found GHC $version, commit $commit." echo "Found GHC $version, commit $commit."
case $version in case $version in
8.10.*)
# package ticket
broken "th-lift-instances" 17723
;;
8.11.*) 8.11.*)
# package ticket # package ticket
broken "pandoc" 18018 broken "pandoc" 18018
broken "th-lift-instances" 17723
;; ;;
*) *)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment