Remove some expected failures
We can remove several packages from the expected failures list due to recent developments:
- We can remove
hashtables
,http2
,statistics
, andunicode-transforms
from the expected failures for 8.8 now that the fix for ghc#16288 (closed) has been backported to theghc-8.8
branch. - We can remove
singletons
andvinyl
from the expected failures formaster
now that ghc!2102 (closed) has landed. Thevinyl-0.12.0
patch needs to be updated since it usesTypeFamilyDependencies
in such a way that requiresUndecidableInstances
. (Note thatsingletons
already enabledUndecidableInstances
in all the right places, so no further action is required for that library.)