Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: e48b54c0789c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: cf2604004e4b
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 31, 2018

  1. 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>
    thoughtpolice committed May 31, 2018
    Configuration menu
    Copy the full SHA
    cf26040 View commit details
    Browse the repository at this point in the history