From 4fc406f9660f8ff32aa1b6a2c90a712799b81297 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 25 Mar 2021 20:42:12 +0100 Subject: Revert "bin/return-assignment: find gold linker errors regarding haskell, too" This reverts commit 63cefda412db1351ebe3c6e21249711100e84ec6. We rescheduled the wrong package. --- bin/return-assignment | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/return-assignment b/bin/return-assignment index cc70da7..a0cbbbb 100755 --- a/bin/return-assignment +++ b/bin/return-assignment @@ -299,7 +299,6 @@ if [ "$6" = 'ERROR' ]; then printf '%s\n' \ 'The following packages are broken because other packages they depend on are missing. These broken packages must be rebuilt before they can be used.' \ 'mismatched interface file versions (wanted ' \ - ': error: cannot find -lHS' \ )" {} \; \ -printf '%p\n' | \ sed ' @@ -341,8 +340,6 @@ if [ "$6" = 'ERROR' ]; then t s@^\s*It is a member of the package ‘\(\S\+\)\(-[^-]\+\)\{2\}’\s*$@\1@ t - s@^\S\+: error: cannot find -lHS\(\S\+\)\(-[^-[:space:]]\+\)\{2\}-ghc\S\+\s*$@\1@ - t d ' | \ tr ' ' '\n' | \ -- cgit v1.2.3