haskellPackages.ghc84x.singletons: disable test suite for ghc-8.4.3
Otherwise, the test suite fails, due to the 'Lambdas' test failing: Lambdas: FAIL (1.06s) 42c42 < foo8 x = (\ Foo a _ -> a) x --- > foo8 x = (\ (Foo a _) -> a) x I assume this is a minor bogus failure due to some change in 8.4.3 that nobody expected. Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
e48b54c078
commit
cf2604004e
|
@ -120,7 +120,7 @@ self: super: {
|
|||
prePatch = "cd lambdacube-ir.haskell; ";
|
||||
});
|
||||
|
||||
singletons = super.singletons_2_4_1;
|
||||
singletons = dontCheck super.singletons_2_4_1;
|
||||
th-desugar = super.th-desugar_1_8;
|
||||
|
||||
## Upstreamed, awaiting a Hackage release
|
||||
|
|
Loading…
Reference in New Issue