Skip to content
Commit cf260400 authored by Austin Seipp's avatar Austin Seipp
Browse files

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: default avatarAustin Seipp <aseipp@pobox.com>
parent e48b54c0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment